![]() |
||||||||||
@CHIP-RTOS C Library V2.06 - USB APIIssues an IN, OUT or SETUP token on a given endpoint. This is needed in Host mode to initiate a data transfer. To receive a packet from a device, an IN token has to be issued to tell the device to start sending. To send a packet to a device an OUT or SETUP token has to be issued after callingb usbSend() to tell the RTOS USB-driver to start transmission. int usbHostIssueToken( unsigned char address, unsigned char epNumber, Parameters
Return ValueComments
RTOS API
Related Topics
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 |