Data Fields | |
uint8_t | bLength |
uint8_t | bDescriptorType |
uint16_t | bcdHID |
uint8_t | bCountryCode |
uint8_t | bNumDescriptors |
uint8_t | bDescriptorType0 |
uint8_t | bDescriptorLength0 [2] |
Definition at line 165 of file HIDDescriptors.h.
uint16_t _HIDDescriptor1::bcdHID |
HID class specification release number in BCD format.
Definition at line 172 of file HIDDescriptors.h.
uint8_t _HIDDescriptor1::bCountryCode |
Country code of the device if it is localized.
Definition at line 174 of file HIDDescriptors.h.
uint8_t _HIDDescriptor1::bDescriptorLength0[2] |
Size in bytes of the first subordinate descriptor.
Definition at line 180 of file HIDDescriptors.h.
uint8_t _HIDDescriptor1::bDescriptorType |
Descriptor type (HIDGenericDescriptor_HID).
Definition at line 170 of file HIDDescriptors.h.
Type of the first subordinate descriptor.
Definition at line 178 of file HIDDescriptors.h.
uint8_t _HIDDescriptor1::bLength |
Size of descriptor in bytes.
Definition at line 168 of file HIDDescriptors.h.
uint8_t _HIDDescriptor1::bNumDescriptors |
Number of subordinate descriptors.
Definition at line 176 of file HIDDescriptors.h.