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

USBH_CtlSendData() function

USBH_CtlSendData Sends a data Packet to the Device

Syntax

USBH_StatusTypeDef USBH_CtlSendData(USBH_HandleTypeDef *phost,     uint8_t *buff,     uint16_t length,     uint8_t pipe_num,     uint8_t do_ping);
Implemented in usbh_ioreq.c:117

Arguments

phost

Host Handle

buff

Buffer pointer from which the Data will be sent to Device

length

Length of the data to be sent

pipe_num

Pipe Number

do_ping

Return value

USBH Status

Call Tree

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