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