Cascoda SDK
Cascoda SDK for building software to run with CA-821x transceivers
|
Configuration 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_CONFIGURATION. More... | |
u8_t | wTotalLength [2] |
Total length of concatenated descriptors. More... | |
u8_t | bNumInterfaces |
Number of interfaces this config. More... | |
u8_t | bConfigurationValue |
Value to select this config. More... | |
u8_t | iConfiguration |
index of string desc for this config More... | |
u8_t | bmAttributes |
attribute bitmap More... | |
u8_t | bMaxPower |
in 2ma units More... | |
Configuration descriptor.
u8_t UsbConfigurationDescriptor::bConfigurationValue |
Value to select this config.
u8_t UsbConfigurationDescriptor::bDescriptorType |
USB_DT_CONFIGURATION.
u8_t UsbConfigurationDescriptor::bLength |
Length in bytes ( of this )
u8_t UsbConfigurationDescriptor::bmAttributes |
attribute bitmap
u8_t UsbConfigurationDescriptor::bMaxPower |
in 2ma units
u8_t UsbConfigurationDescriptor::bNumInterfaces |
Number of interfaces this config.
u8_t UsbConfigurationDescriptor::iConfiguration |
index of string desc for this config
u8_t UsbConfigurationDescriptor::wTotalLength[2] |
Total length of concatenated descriptors.