LUFA Library  120730
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
USB_StdDescriptor_Header_t Struct Reference

Standard USB Descriptor Header (USB-IF naming conventions). More...

#include <StdDescriptors.h>

Data Fields

uint8_t bLength
uint8_t bDescriptorType

Detailed Description

Type define for all descriptors' standard header, indicating the descriptor's length and type. This structure uses the relevant standard's given element names to ensure compatibility with the standard.

See Also
USB_Descriptor_Header_t for the version of this type with non-standard LUFA specific element names.
Note
Regardless of CPU architecture, these values should be stored as little endian.

Field Documentation

uint8_t USB_StdDescriptor_Header_t::bDescriptorType

Type of the descriptor, either a value in USB_DescriptorTypes_t or a value given by the specific class.

uint8_t USB_StdDescriptor_Header_t::bLength

Size of the descriptor, in bytes.


The documentation for this struct was generated from the following file: