![]() |
||||||||||
@CHIP-RTOS C Library V2.06 - USB APIFrees a receive buffer. The RTOS USB-driver manages a bunch of
receive buffers internally. Each time data is received on any
endpoint, it is put into one of these buffers and the buffer is
handed to a user driver along with a callback event. void usbFreeReceiveBuffer( void far *buffer ); Parameters
Return Value
RTOS API
Supported since or modified in @CHIP-RTOS version
Supported by @CHIP-RTOS C Library since version
This API List List of C Libraries @CHIP-RTOS Main Index End of document |