Lightweight USB stack
1.0
|
USB HID functional descriptor header. More...
#include <usb_hid.h>
Data Fields | |
uint8_t | bLength |
Size of the descriptor, in bytes. | |
uint8_t | bDescriptorType |
Type of the descriptor, set to USB_DTYPE_HID. | |
uint16_t | bcdHID |
BCD encoded version that the HID descriptor and device complies to. | |
uint8_t | bCountryCode |
Country code of the localized device, or zero if universal. | |
uint8_t | bNumDescriptors |
Total number of HID report descriptors for the interface. | |