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

USBH_IsocReceiveData() function

USBH_IsocReceiveData Receives the Device Response to the Isochronous IN token

Syntax

USBH_StatusTypeDef USBH_IsocReceiveData(USBH_HandleTypeDef *phost,     uint8_t *buff,     uint32_t length,     uint8_t pipe_num);
Implemented in usbh_ioreq.c:287

Arguments

phost

Host Handle

buff

Buffer pointer in which the response needs to be copied

length

Length of the data to be received

pipe_num

Pipe Number

Return value

USBH Status.

References

Call Tree

Functions called by USBH_IsocReceiveData()
USBH_IsocReceiveData()
all items filtered out
Type of USBH_IsocReceiveData()
USBH_IsocReceiveData()
all items filtered out