Data Fields

USB_Descriptor_Header_t Struct Reference
[USB Descriptors]

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 define with standard element names.

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: