LUFA Library
120219
|
Standard USB Device Qualifier Descriptor (LUFA naming conventions). More...
#include <StdDescriptors.h>
Data Fields | |
USB_Descriptor_Header_t | Header |
uint16_t | USBSpecification |
uint8_t | Class |
uint8_t | SubClass |
uint8_t | Protocol |
uint8_t | Endpoint0Size |
uint8_t | NumberOfConfigurations |
uint8_t | Reserved |
Type define for a standard Device Qualifier Descriptor. This structure uses LUFA-specific element names to make each element's purpose clearer.
USB device class.
Size of the control (address 0) endpoint's bank in bytes.
Descriptor header, including type and size.
Total number of configurations supported by the device.
USB device protocol.
Reserved for future use, must be 0.
USB device subclass.
BCD of the supported USB specification.