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

_ConfigurationDescriptor::wTotalLength field

Syntax

uint16_t wTotalLength;

References

LocationReferrerText
usbh_def.h:300
uint16_t wTotalLength; /* Total Length of Data Returned */
usbh_audio.c:893USBH_AUDIO_ParseCSDescriptors()
while (ptr < phost->device.CfgDesc.wTotalLength)
usbh_core.c:1010USBH_HandleEnum()
ReqStatus = USBH_Get_CfgDesc(phost, phost->device.CfgDesc.wTotalLength);
usbh_ctlreq.c:450USBH_ParseCfgDesc()
cfg_desc->wTotalLength = MIN(((uint16_t) LE16(buf + 2U)), ((uint16_t)USBH_MAX_SIZE_CONFIGURATION));
usbh_ctlreq.c:468USBH_ParseCfgDesc()
while ((if_ix < USBH_MAX_NUM_INTERFACES) && (ptr < cfg_desc->wTotalLength))
usbh_ctlreq.c:485USBH_ParseCfgDesc()
while ((ep_ix < pif->bNumEndpoints) && (ptr < cfg_desc->wTotalLength))

Data Use

Functions writing _ConfigurationDescriptor::wTotalLength
Functions reading _ConfigurationDescriptor::wTotalLength
all items filtered out
_ConfigurationDescriptor::wTotalLength
Type of _ConfigurationDescriptor::wTotalLength
_ConfigurationDescriptor::wTotalLength
uint16_t
all items filtered out