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§
- Driver that implements
embassy_usb::driver::Driver
.
Type Aliases§
- Builder for a USB device stack.
- Configuration hook for a
UsbBuilder
.