USB HID descriptor struct. More...
USB HID descriptor struct.
#include <hid.h>
Data Fields | |
| uint8_t | length |
| Numeric expression that is the total size of the HID descriptor. | |
| uint8_t | desc_type |
| Constant name specifying type of HID descriptor. | |
| uint16_t | bcd_hid |
| Numeric expression identifying the HID Class Specification release. | |
| uint8_t | country_code |
| Numeric expression identifying country code of the localized hardware. More... | |
| uint8_t | num_descrs |
| Numeric expression specifying the number of class descriptors. | |
| uint8_t | report_type |
| Type of HID class report. | |
| uint16_t | report_length |
| the total size of the Report descriptor. | |
| uint8_t usb_desc_hid_t::country_code |