mirror of
https://github.com/apache/nuttx.git
synced 2026-05-31 14:27:37 +08:00
USB Hub: Initial implementation asynchronous pipe I/O in the LPC17 HCD needed for hub support
This commit is contained in:
File diff suppressed because it is too large
Load Diff
@@ -468,9 +468,9 @@
|
|||||||
*
|
*
|
||||||
* Description:
|
* Description:
|
||||||
* Process a request to handle a transfer descriptor. This method will
|
* 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
|
* enqueue the transfer request. Only one transfer may be queued; Neither this
|
||||||
* be queued; Neither this method nor the ctrlin or ctrlout methods can be called
|
* method nor the ctrlin or ctrlout methods can be called again until this
|
||||||
* again until this function returns.
|
* function returns.
|
||||||
*
|
*
|
||||||
* - 'transfer' is a blocking method; this method will not return until the
|
* - 'transfer' is a blocking method; this method will not return until the
|
||||||
* transfer has completed.
|
* transfer has completed.
|
||||||
|
|||||||
Reference in New Issue
Block a user