Thanks to visit codestin.com
Credit goes to docs.rs

Skip to main content

Module descriptors

Module descriptors 

Source
Expand description

Utilities for parsing USB descriptors.

Descriptors are blocks of data that describe the functionality of a USB device.

Modules§

language_id
USB defined language IDs for string descriptors.

Structs§

ConfigurationDescriptor
Information about a USB configuration with access to all associated interfaces, endpoints, and other descriptors.
Descriptor
A raw USB descriptor.
DescriptorIter
An iterator over a sequence of USB descriptors.
DeviceDescriptor
Information about a USB device.
EndpointDescriptor
Information about a USB endpoint, with access to any associated descriptors.
InterfaceDescriptor
Information about a USB interface alternate setting, with access to associated endpoints and other descriptors.
InterfaceDescriptors
Interface descriptors for alternate settings, grouped by the interface number.

Enums§

TransferType
Endpoint type.