Module usb

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.
UsbBuilderHook
Configuration hook for a UsbBuilder.