Lightweight USB stack  1.0
usb_hid_descriptor_header Struct Reference

USB HID functional descriptor header. 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.
 

Detailed Description

USB HID functional descriptor header.

Definition at line 158 of file usb_hid.h.


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