|
Lightweight USB stack
1.0
|
USB HID functional descriptor. 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. | |
| uint8_t | bDescriptorType0 |
| 1'st HID report descriptor type, set to USB_DTYPE_HID_REPORT | |
| uint16_t | wDescriptorLength0 |
| 1'sr HID report descriptor length in bytes. | |