LUFA Library  120219
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

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

Size of the descriptor, in bytes.


The documentation for this struct was generated from the following file:
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Defines