tinyusb
tusb_hid_descriptor_hid_t Struct Reference

USB HID Descriptor. More...

#include <hid.h>

Data Fields

uint8_t bLength
 
uint8_t bDescriptorType
 
uint16_t bcdHID
 
uint8_t bCountryCode
 
uint8_t bNumDescriptors
 
uint8_t bReportType
 
uint16_t wReportLength
 

Detailed Description

USB HID Descriptor.

Field Documentation

uint16_t bcdHID

Numeric expression identifying the HID Class Specification release

uint8_t bCountryCode

Numeric expression identifying country code of the localized hardware.

uint8_t bDescriptorType

Constant name specifying type of HID descriptor.

uint8_t bLength

Numeric expression that is the total size of the HID descriptor

uint8_t bNumDescriptors

Numeric expression specifying the number of class descriptors

uint8_t bReportType

Type of HID class report.

uint16_t wReportLength

the total size of the Report descriptor.


The documentation for this struct was generated from the following file: