ReactOS 0.4.16-dev-106-g10b08aa
|
#include <hardware.h>
Public Attributes | |
struct { | |
ULONG ActualLength: 11 | |
ULONG Reserved1: 5 | |
ULONG Status: 8 | |
ULONG InterruptOnComplete: 1 | |
ULONG IsochronousType: 1 | |
ULONG LowSpeedDevice: 1 | |
ULONG ErrorCounter: 2 | |
ULONG ShortPacketDetect: 1 | |
ULONG Reserved2: 2 | |
}; | |
ULONG | AsULONG |
Definition at line 152 of file hardware.h.
struct { ... } _UHCI_CONTROL_STATUS::@1450 |
ULONG _UHCI_CONTROL_STATUS::ActualLength |
Definition at line 154 of file hardware.h.
Referenced by UhciMapAsyncTransferToTDs(), and UhciPollNonIsoEndpoint().
ULONG _UHCI_CONTROL_STATUS::AsULONG |
Definition at line 164 of file hardware.h.
Referenced by UhciControlTransfer(), UhciDumpHcdTD(), UhciInitializeSchedule(), UhciMapAsyncTransferToTDs(), and UhciPollNonIsoEndpoint().
ULONG _UHCI_CONTROL_STATUS::ErrorCounter |
Definition at line 160 of file hardware.h.
Referenced by UhciControlTransfer(), UhciMapAsyncTransferToTDs(), and UhciPollNonIsoEndpoint().
ULONG _UHCI_CONTROL_STATUS::InterruptOnComplete |
Definition at line 157 of file hardware.h.
Referenced by UhciBulkOrInterruptTransfer(), UhciControlTransfer(), and UhciInitializeSchedule().
ULONG _UHCI_CONTROL_STATUS::IsochronousType |
Definition at line 158 of file hardware.h.
Referenced by UhciInitializeSchedule().
ULONG _UHCI_CONTROL_STATUS::LowSpeedDevice |
Definition at line 159 of file hardware.h.
Referenced by UhciControlTransfer(), and UhciMapAsyncTransferToTDs().
ULONG _UHCI_CONTROL_STATUS::Reserved1 |
Definition at line 155 of file hardware.h.
ULONG _UHCI_CONTROL_STATUS::Reserved2 |
Definition at line 162 of file hardware.h.
ULONG _UHCI_CONTROL_STATUS::ShortPacketDetect |
Definition at line 161 of file hardware.h.
Referenced by UhciMapAsyncTransferToTDs().
ULONG _UHCI_CONTROL_STATUS::Status |
Definition at line 156 of file hardware.h.
Referenced by UhciAbortNonIsoTransfer(), UhciControlTransfer(), UhciMapAsyncTransferToTDs(), UhciPollNonIsoEndpoint(), and UhciQueueTransfer().