Expand description
USB host driver traits and data types.
Modules§
- channel
- Type-level channel markers for endpoint type and direction.
Structs§
- Request
Type - RequestType bitfields for the setup packet.
- Setup
Packet - USB Control Setup Packet
- Timeout
Config - Specify the timeout of a channel
Enums§
- Channel
Error - Errors returned by [
ChannelOut::write] and [ChannelIn::read] - Device
Event - Device has been attached/detached
- Host
Error - Indicates type of error of Host interface
Traits§
- UsbChannel
- Virtual USB Channels
- UsbHost
Driver - Async USB Host Driver trait. To be implemented by the HAL.