Expand description
Utilities for writing USB descriptors.
Modules§
- Standard capability descriptor types
- Standard descriptor types
- String descriptor language IDs.
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 thanNoSynchronization
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 thanDataEndpoint
are only allowed on isochronous endpoints.