|
The Pedigree Project
0.1
|
Collaboration diagram for Uhci::QH::MetaData:Public Attributes | |
| void(* | pCallback )(uintptr_t, ssize_t) |
| uintptr_t | pParam |
| UsbEndpoint | endpointInfo |
| bool | bPeriodic |
| TD * | pFirstTD |
| TD * | pLastTD |
| size_t | nTotalBytes |
| QH * | pPrev |
| QH * | pNext |
| List< TD * > | tdList |
| List< TD * > | completedTdList |
| bool | bIgnore |
| size_t | id |
| size_t Uhci::QH::MetaData::id |
Ignore this QH when iterating over the list - don't look at any of its TDs
Definition at line 142 of file Uhci.h.
Referenced by Uhci::createTransaction(), and Uhci::irq().
1.8.11