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

_ConfigurationDescriptor::bLength field

Syntax

uint8_t bLength;

References

LocationReferrerText
usbh_def.h:298
uint8_t bLength;
usbh_ctlreq.c:448USBH_ParseCfgDesc()
cfg_desc->bLength = *(uint8_t *)(buf + 0U);
usbh_ctlreq.c:458USBH_ParseCfgDesc()
if (cfg_desc->bLength != USB_CONFIGURATION_DESC_SIZE)
usbh_ctlreq.c:460USBH_ParseCfgDesc()
cfg_desc->bLength = USB_CONFIGURATION_DESC_SIZE;

Data Use

Functions writing _ConfigurationDescriptor::bLength
Functions reading _ConfigurationDescriptor::bLength
all items filtered out
_ConfigurationDescriptor::bLength
all items filtered out
Type of _ConfigurationDescriptor::bLength
_ConfigurationDescriptor::bLength
uint8_t
all items filtered out