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

USBH_IsocSendData() function

USBH_IsocSendData Sends the data on Isochronous OUT Endpoint

Syntax

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

Arguments

phost

Host Handle

buff

Buffer pointer from where the data needs to be copied

length

Length of the data to be sent

pipe_num

Pipe Number

Return value

USBH Status.

Call Tree

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