USBD_MSC_CfgDesc is only used within STM32_USB_Device_Library.
 
Symbols
loading...
Files
loading...

USBD_MSC_CfgDesc variable

Syntax

static uint8_t USBD_MSC_CfgDesc[USB_MSC_CONFIG_DESC_SIZ] __ALIGN_END = { 0x09, USB_DESC_TYPE_CONFIGURATION, USB_MSC_CONFIG_DESC_SIZ, 0x00, 0x01, 0x01, 0x04, #if (USBD_SELF_POWERED == 1U) 0xC0, #else 0x80, #endif USBD_MAX_POWER, 0x09, 0x04, 0x00, 0x00, 0x02, 0x08, 0x06, 0x50, 0x05, 0x07, 0x05, MSC_EPIN_ADDR, 0x02, LOBYTE(MSC_MAX_FS_PACKET), HIBYTE(MSC_MAX_FS_PACKET), 0x00, 0x07, 0x05, MSC_EPOUT_ADDR, 0x02, LOBYTE(MSC_MAX_FS_PACKET), HIBYTE(MSC_MAX_FS_PACKET), 0x00 };

Data Use

Functions reading USBD_MSC_CfgDesc
USBD_MSC_CfgDesc
Type of USBD_MSC_CfgDesc
USBD_MSC_CfgDesc
uint8_t
all items filtered out