Expand description
For implementing peripheral drivers.
Structs§
- A handle for a USB interface that contains its number.
- A handle for a USB string descriptor that contains its index.
- Helper type used for UsbBus resource allocation and initialization.
Enums§
- Event and incoming packet information returned by
UsbBus::poll
.
Traits§
- A trait for device-specific USB peripherals. Implement this to add support for a new hardware platform.