#include <HID.h>
Data Fields | |
USB_Descriptor_Header_t | Header |
uint16_t | HIDSpec |
uint8_t | CountryCode |
uint8_t | TotalReportDescriptors |
uint8_t | HIDReportType |
uint16_t | HIDReportLength |
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_Descriptor_t::HIDSpec |