ReactOS 0.4.16-dev-1098-g0ca6002
|
#include <hardware.h>
Public Attributes | |
struct { | |
ULONG PIDCode: 8 | |
ULONG DeviceAddress: 7 | |
ULONG Endpoint: 4 | |
ULONG DataToggle: 1 | |
ULONG Reserved: 1 | |
ULONG MaximumLength: 11 | |
}; | |
ULONG | AsULONG |
Definition at line 176 of file hardware.h.
struct { ... } _UHCI_TD_TOKEN::@1493 |
ULONG _UHCI_TD_TOKEN::AsULONG |
Definition at line 185 of file hardware.h.
Referenced by UhciControlTransfer(), UhciDumpHcdTD(), UhciInitializeSchedule(), and UhciMapAsyncTransferToTDs().
ULONG _UHCI_TD_TOKEN::DataToggle |
Definition at line 181 of file hardware.h.
Referenced by UhciAbortNonIsoTransfer(), UhciControlTransfer(), UhciMapAsyncTransferToTDs(), and UhciPollNonIsoEndpoint().
ULONG _UHCI_TD_TOKEN::DeviceAddress |
Definition at line 179 of file hardware.h.
Referenced by UhciControlTransfer(), and UhciMapAsyncTransferToTDs().
ULONG _UHCI_TD_TOKEN::Endpoint |
Definition at line 180 of file hardware.h.
Referenced by UhciControlTransfer(), UhciInitializeSchedule(), and UhciMapAsyncTransferToTDs().
ULONG _UHCI_TD_TOKEN::MaximumLength |
Definition at line 183 of file hardware.h.
Referenced by UhciControlTransfer(), UhciInitializeSchedule(), UhciMapAsyncTransferToTDs(), and UhciPollNonIsoEndpoint().
ULONG _UHCI_TD_TOKEN::PIDCode |
Definition at line 178 of file hardware.h.
Referenced by UhciControlTransfer(), UhciInitializeSchedule(), UhciMapAsyncTransferToTDs(), and UhciPollNonIsoEndpoint().
ULONG _UHCI_TD_TOKEN::Reserved |
Definition at line 182 of file hardware.h.