![]() |
||||||||||
@CHIP-RTOS C Library V2.06 - USB APIReserves endpoint 0 of a device for a user driver. Since it might happen
that several user drivers share one device, access to endpoint 0 of the
device has to be synchronised. A user driver must not use (i.e. send or
issue tokens) endpoint 0 before reserving it. int usbHostReserveEp0( unsigned char driverId, unsigned char address ); 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 |