Cascoda SDK
Cascoda SDK for building software to run with CA-821x transceivers
UsbHIDDescriptor Struct Reference

HID descriptor. More...

#include <baremetal/cascoda-bm-driver/include/cascoda-bm/cascoda_usbhid.h>

Public Attributes

u8_t bLength
 Length in bytes ( of this ) More...
 
u8_t bDescriptorType
 USB_DT_HID. More...
 
u8_t bcdHID [2]
 bcd HID spec version More...
 
u8_t bCountryCode
 Country code. More...
 
u8_t bNumDescriptors
 HID class descs following. More...
 
u8_t bDescriptorTypeRpt
 Report descriptor type. More...
 
u8_t ReportDescSize [2]
 

Detailed Description

HID descriptor.

Member Data Documentation

◆ bcdHID

u8_t UsbHIDDescriptor::bcdHID[2]

bcd HID spec version

◆ bCountryCode

u8_t UsbHIDDescriptor::bCountryCode

Country code.

◆ bDescriptorType

u8_t UsbHIDDescriptor::bDescriptorType

USB_DT_HID.

◆ bDescriptorTypeRpt

u8_t UsbHIDDescriptor::bDescriptorTypeRpt

Report descriptor type.

◆ bLength

u8_t UsbHIDDescriptor::bLength

Length in bytes ( of this )

◆ bNumDescriptors

u8_t UsbHIDDescriptor::bNumDescriptors

HID class descs following.

◆ ReportDescSize

u8_t UsbHIDDescriptor::ReportDescSize[2]

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