embassy-usb

Crates

git

Versions

default

Flavors

embassy_usb

Module descriptor

Source
Expand description

Utilities for writing USB descriptors.

Modules§

Structs§

  • A writer for Binary Object Store descriptor.

Enums§

  • USB endpoint synchronization type. The values of this enum can be directly cast into u8 to get the bmAttributes synchronization type bits. Values other than NoSynchronization are only allowed on isochronous endpoints.
  • USB endpoint usage type. The values of this enum can be directly cast into u8 to get the bmAttributes usage type bits. Values other than DataEndpoint are only allowed on isochronous endpoints.