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

BOS descriptor. More...

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

Public Attributes

u8_t bLength
 Length in bytes ( of this ) More...
 
u8_t bDescriptorType
 USB_DT_BOS. More...
 
u8_t wTotalLength [2]
 Length of this plus concatenated descs. More...
 
u8_t bNumDeviceCaps
 No of capability descs following. More...
 

Detailed Description

BOS descriptor.

Binary device Object Store is a root framework for storing other related descriptors

Member Data Documentation

◆ bDescriptorType

u8_t UsbBOSDescriptor::bDescriptorType

USB_DT_BOS.

◆ bLength

u8_t UsbBOSDescriptor::bLength

Length in bytes ( of this )

◆ bNumDeviceCaps

u8_t UsbBOSDescriptor::bNumDeviceCaps

No of capability descs following.

◆ wTotalLength

u8_t UsbBOSDescriptor::wTotalLength[2]

Length of this plus concatenated descs.


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