_ConfigurationDescriptor is only used within STM32_USB_Host_Library.
 
Symbols
loading...
Files
loading...

_ConfigurationDescriptor struct

Syntax

typedef struct _ConfigurationDescriptor {   uint8_t   bLength;   uint8_t   bDescriptorType;   uint16_t  wTotalLength;            uint8_t   bNumInterfaces;          uint8_t   bConfigurationValue;     uint8_t   iConfiguration;          uint8_t   bmAttributes;            uint8_t   bMaxPower;               USBH_InterfaceDescTypeDef        Itf_Desc[USBH_MAX_NUM_INTERFACES]; } USBH_CfgDescTypeDef;

Fields

bLength

No summary provided. Read more...

bDescriptorType

No summary provided. Read more...

wTotalLength

No summary provided. Read more...

bNumInterfaces

No summary provided. Read more...

bConfigurationValue

No summary provided. Read more...

iConfiguration

No summary provided. Read more...

bmAttributes

No summary provided. Read more...

bMaxPower

No summary provided. Read more...

Itf_Desc

No summary provided. Read more...

Type Use

Variables of _ConfigurationDescriptor type
USBH_FindInterface()::pcfg
USBH_FindInterfaceIndex()::pcfg
USBH_ParseCfgDesc()::cfg_desc
all items filtered out
_ConfigurationDescriptor
all items filtered out
_ConfigurationDescriptor
all items filtered out