Expand description
USB host handler trait and device enumeration helpers.
Structs§
- Device
Filter - A non-exhaustive filter applied before calling
UsbHostHandler::try_register. - Enumeration
Info - Information obtained through preliminary enumeration.
- Static
Handler Spec - Static specification returned by
UsbHostHandler::static_spec.
Enums§
Traits§
- UsbHost
Handler - A USB host-side class driver.
- UsbResumable
Handler - Extension of
UsbHostHandlerthat supports suspension (dropping channels) and resumption.