tinyusb  0.4
Click here to lend your support to tinyusb donation and make a donation at pledgie.com
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Groups Pages
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.

Definition at line 96 of file hid.h.

Field Documentation

uint16_t bcdHID

Numeric expression identifying the HID Class Specification release

Definition at line 100 of file hid.h.

uint8_t bCountryCode

Numeric expression identifying country code of the localized hardware.

Definition at line 101 of file hid.h.

uint8_t bDescriptorType

Constant name specifying type of HID descriptor.

Definition at line 98 of file hid.h.

uint8_t bLength

Numeric expression that is the total size of the HID descriptor

Definition at line 97 of file hid.h.

uint8_t bNumDescriptors

Numeric expression specifying the number of class descriptors

Definition at line 102 of file hid.h.

uint8_t bReportType

Type of HID class report.

Definition at line 104 of file hid.h.

uint16_t wReportLength

the total size of the Report descriptor.

Definition at line 105 of file hid.h.


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