mirror of
https://github.com/apache/nuttx.git
synced 2026-05-26 10:46:28 +08:00
USB Hub: Initial implementation asynchronous pipe I/O in the LPC17 HCD needed for hub support
This commit is contained in:
@@ -468,9 +468,9 @@
|
||||
*
|
||||
* Description:
|
||||
* Process a request to handle a transfer descriptor. This method will
|
||||
* enqueue the transfer request and rwait for it to complete. Only one transfer may
|
||||
* be queued; Neither this method nor the ctrlin or ctrlout methods can be called
|
||||
* again until this function returns.
|
||||
* enqueue the transfer request. Only one transfer may be queued; Neither this
|
||||
* method nor the ctrlin or ctrlout methods can be called again until this
|
||||
* function returns.
|
||||
*
|
||||
* - 'transfer' is a blocking method; this method will not return until the
|
||||
* transfer has completed.
|
||||
|
||||
Reference in New Issue
Block a user