![]() |
LUFA Library
120219
|
HID class-specific HID Descriptor (USB-IF naming conventions). More...
#include <HIDClassCommon.h>
Data Fields | |
uint8_t | bLength |
uint8_t | bDescriptorType |
uint16_t | bcdHID |
uint8_t | bCountryCode |
uint8_t | bNumDescriptors |
uint8_t | bDescriptorType2 |
uint16_t | wDescriptorLength |
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.
uint16_t USB_HID_StdDescriptor_HID_t::bcdHID |
BCD encoded version that the HID descriptor and device complies to.
Country code of the localized device, or zero if universal.
Type of the descriptor, either a value in USB_DescriptorTypes_t or a value given by the specific class.
Type of HID report, set to HID_DTYPE_Report.
Size of the descriptor, in bytes.
Total number of HID report descriptors for the interface.
Length of the associated HID report descriptor, in bytes.