![]() |
LUFA Library
120219
|
HID class-specific HID Descriptor (LUFA naming conventions). More...
#include <HIDClassCommon.h>
Data Fields | |
USB_Descriptor_Header_t | Header |
uint16_t | HIDSpec |
uint8_t | CountryCode |
uint8_t | TotalReportDescriptors |
uint8_t | HIDReportType |
uint16_t | HIDReportLength |
Type define for the HID class-specific HID descriptor, to describe the HID device's specifications. Refer to the HID specification for details on the structure elements.
Country code of the localized device, or zero if universal.
Regular descriptor header containing the descriptor's type and length.
Length of the associated HID report descriptor, in bytes.
Type of HID report, set to HID_DTYPE_Report.
uint16_t USB_HID_Descriptor_HID_t::HIDSpec |
BCD encoded version that the HID descriptor and device complies to.
Total number of HID report descriptors for the interface.