embassy-usb-host

Crates

git

Versions

default

Flavors

Crate embassy_usb_host

Crate embassy_usb_host 

Source
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 ControlChannelExt trait.
descriptor
USB descriptor parsers.
handler
USB host handler trait and device enumeration helpers.

Structs§

UsbHost
USB host controller.

Enums§

EnumerationError
USB host enumeration error.