Lightweight USB stack  1.0
usb_hid_descriptor Struct Reference

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.
 

Detailed Description

USB HID functional descriptor.

Definition at line 147 of file usb_hid.h.


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