embassy-usb-host

Crates

git

Versions

default

Flavors

Module handler

Module handler 

Source
Expand description

USB host handler trait and device enumeration helpers.

Structs§

DeviceFilter
A non-exhaustive filter applied before calling UsbHostHandler::try_register.
EnumerationInfo
Information obtained through preliminary enumeration.
StaticHandlerSpec
Static specification returned by UsbHostHandler::static_spec.

Enums§

HandlerEvent
RegisterError

Traits§

UsbHostHandler
A USB host-side class driver.
UsbResumableHandler
Extension of UsbHostHandler that supports suspension (dropping channels) and resumption.