Specifications
V850E2/MN4 USB CDC (Communication Device Class) Driver
R01AN0010EJ0101 Rev.1.01 Page 44 of 117
Feb 01, 2012
usbf850_send_EP0
[Synopsis]
Send USB data for Endpoint0.
[C language format]
INT32 usbf850_send_EP0(UINT8* data, INT32 len)
[Parameters]
Parameter Description
UINT8* data Pointer to transmit data buffer
INT32 len Transmit data size
[Return Value]
Symbol Description
DEV_OK Normal termination
DEV_ERROR Abnormal termination
[Function]
This function transfers data from the transmit data buffer to the transmit FIFO for Endpoint0, one byte at a time.