USBH_DeviceTypeDef::CfgDesc_Raw is only used within STM32_USB_Host_Library.
 
Symbols
loading...
Files
loading...

USBH_DeviceTypeDef::CfgDesc_Raw field

Syntax

uint8_t CfgDesc_Raw[USBH_MAX_SIZE_CONFIGURATION];

References

LocationReferrerText
usbh_def.h:433
uint8_t CfgDesc_Raw[USBH_MAX_SIZE_CONFIGURATION];
usbh_audio.c:885USBH_AUDIO_ParseCSDescriptors()
pdesc = (USBH_DescHeader_t *)(void *)(phost->device.CfgDesc_Raw);
usbh_core.c:250DeInitStateMachine()
USBH_memset(&phost->device.CfgDesc_Raw, 0, sizeof(phost->device.CfgDesc_Raw));
usbh_ctlreq.c:132USBH_Get_CfgDesc()
uint8_t *pData = phost->device.CfgDesc_Raw;
usbh_ctlreq.c:134USBH_Get_CfgDesc()
if (length > sizeof(phost->device.CfgDesc_Raw))
usbh_hid.c:295USBH_HID_ClassRequest()
USBH_HID_ParseHIDDesc(&HID_Handle->HID_Desc, phost->device.CfgDesc_Raw);

Data Use

Functions reading USBH_DeviceTypeDef::CfgDesc_Raw
USBH_DeviceTypeDef::CfgDesc_Raw
Type of USBH_DeviceTypeDef::CfgDesc_Raw
USBH_DeviceTypeDef::CfgDesc_Raw
uint8_t
all items filtered out