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

USBH_ParseDevDesc() function

USBH_ParseDevDesc This function Parses the device descriptor

Syntax

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

Arguments

length

Length of the descriptor

phost

Host Handle

buf

Buffer where the source descriptor is available

Return value

USBH status

References

LocationReferrerText
usbh_ctlreq.c:355
static USBH_StatusTypeDef USBH_ParseDevDesc(USBH_HandleTypeDef *phost, uint8_t *buf, uint16_t length)
usbh_ctlreq.c:72
static USBH_StatusTypeDef USBH_ParseDevDesc(USBH_HandleTypeDef *phost, uint8_t *buf, uint16_t length);
usbh_ctlreq.c:113USBH_Get_DevDesc()
status = USBH_ParseDevDesc(phost, phost->device.Data, length);