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

USBH_InterruptSendData() function

USBH_InterruptSendData Sends the data on Interrupt OUT Endpoint

Syntax

USBH_StatusTypeDef USBH_InterruptSendData(USBH_HandleTypeDef *phost,     uint8_t *buff,     uint8_t length,     uint8_t pipe_num);
Implemented in usbh_ioreq.c:261

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.

References

Call Tree

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