USBH_ParseCfgDesc() is only used within STM32_USB_Host_Library.
 
Symbols
loading...
Files
loading...

USBH_ParseCfgDesc() function

USBH_ParseCfgDesc This function Parses the configuration descriptor

Syntax

static USBH_StatusTypeDef USBH_ParseCfgDesc(USBH_HandleTypeDef *phost,     uint8_t *buf,     uint16_t length);
Implemented in usbh_ctlreq.c:429

Arguments

phost

USB Host handler

buf

Buffer where the source descriptor is available

length

Length of the descriptor

Return value

USBH status

References

LocationReferrerText
usbh_ctlreq.c:429
static USBH_StatusTypeDef USBH_ParseCfgDesc(USBH_HandleTypeDef *phost, uint8_t *buf, uint16_t length)
usbh_ctlreq.c:73
static USBH_StatusTypeDef USBH_ParseCfgDesc(USBH_HandleTypeDef *phost, uint8_t *buf, uint16_t length);
usbh_ctlreq.c:146USBH_Get_CfgDesc()
status = USBH_ParseCfgDesc(phost, pData, length);

Call Tree

Functions calling USBH_ParseCfgDesc()
Functions called by USBH_ParseCfgDesc()
all items filtered out
USBH_ParseCfgDesc()
Type of USBH_ParseCfgDesc()
USBH_ParseCfgDesc()