Expand description
Utilities for writing USB descriptors.
Modules§
- capability_
type - Standard capability descriptor types
- descriptor_
type - Standard descriptor types
- lang_id
- String descriptor language IDs.
Structs§
- BosWriter
- A writer for Binary Object Store descriptor.
Enums§
- Synchronization
Type - 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. - Usage
Type - 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.