USBD_ConfigDescTypedef is only used within Ux_Device_MSC.
 
Symbols
loading...
Files
loading...

USBD_ConfigDescTypedef struct

Syntax

typedef struct {   uint8_t   bLength;   uint8_t   bDescriptorType;   uint16_t  wDescriptorLength;   uint8_t   bNumInterfaces;   uint8_t   bConfigurationValue;   uint8_t   iConfiguration;   uint8_t   bmAttributes;   uint8_t   bMaxPower; } __PACKED USBD_ConfigDescTypedef;

Fields

bLength

No summary provided. Read more...

bDescriptorType

No summary provided. Read more...

wDescriptorLength

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...