LUFA Library  120219
USB_Descriptor_Header_t Struct Reference

Standard USB Descriptor Header (LUFA naming conventions). More...

#include <StdDescriptors.h>

Data Fields

uint8_t Size
uint8_t Type

Detailed Description

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.

See also:
USB_StdDescriptor_Header_t for the version of this type with standard element names.
Note:
Regardless of CPU architecture, these values should be stored as little endian.

Field Documentation

Size of the descriptor, in bytes.

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


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