Expand description
§embassy-usb-host
Async USB host stack for embedded devices.
This crate provides USB host enumeration, descriptor parsing, and class driver support on top of embassy-usb-driver hardware traits.
Modules§
- class
- USB host class drivers.
- control
- Standard USB control request builders and the
ControlChannelExttrait. - descriptor
- USB descriptor parsers.
- handler
- USB host handler trait and device enumeration helpers.
Structs§
- UsbHost
- USB host controller.
Enums§
- Enumeration
Error - USB host enumeration error.