Module usb
Available on crate feature
usb only.Expand description
Provides USB-related items.
§Configuration
To provide a custom USB configuration, use the ariel_os::config
attribute macro.
Structs§
- UsbDriver
- Driver that implements
embassy_usb::driver::Driver.
Type Aliases§
- UsbBuilder
- Builder for a USB device stack.
- UsbBuilder
Hook - Configuration hook for a
UsbBuilder.