LUFA Library
120219
|
Standard USB Descriptor Header (LUFA naming conventions). More...
#include <StdDescriptors.h>
Data Fields | |
uint8_t | Size |
uint8_t | Type |
Type define for all descriptors' standard header, indicating the descriptor's length and type. This structure uses LUFA-specific element names to make each element's purpose clearer.
uint8_t USB_Descriptor_Header_t::Size |
Size of the descriptor, in bytes.
uint8_t USB_Descriptor_Header_t::Type |
Type of the descriptor, either a value in USB_DescriptorTypes_t or a value given by the specific class.