Microchip® Advanced Software Framework

hid_descriptor_t Struct Reference

HID descriptor.

#include <hid.h>

Data Fields

unsigned short bcdHID
 
unsigned char bCountryCode
 
unsigned char bDescriptorType
 
unsigned char bLength
 
unsigned char bNumDescriptors
 
struct {
   unsigned char   bType
 
   unsigned short   wLength
 
Descriptor []
 

unsigned short hid_descriptor_t::bcdHID
unsigned char hid_descriptor_t::bCountryCode
unsigned char hid_descriptor_t::bDescriptorType
unsigned char hid_descriptor_t::bLength
unsigned char hid_descriptor_t::bNumDescriptors

Referenced by host_hid_get_descriptor().

unsigned char hid_descriptor_t::bType

Referenced by host_hid_get_descriptor().

struct { ... } hid_descriptor_t::Descriptor[]

Referenced by host_hid_get_descriptor().

unsigned short hid_descriptor_t::wLength

Referenced by host_hid_get_descriptor().