ReactOS 0.4.16-dev-306-g647d351
|
#include <hardware.h>
Public Attributes | |
struct { | |
ULONG Interrupt: 1 | |
ULONG ErrorInterrupt: 1 | |
ULONG PortChangeDetect: 1 | |
ULONG FrameListRollover: 1 | |
ULONG HostSystemError: 1 | |
ULONG InterruptOnAsyncAdvance: 1 | |
ULONG Reserved1: 6 | |
ULONG HCHalted: 1 | |
ULONG Reclamation: 1 | |
ULONG PeriodicStatus: 1 | |
ULONG AsynchronousStatus: 1 | |
ULONG Reserved2: 16 | |
}; | |
ULONG | AsULONG |
Definition at line 100 of file hardware.h.
struct { ... } _EHCI_USB_STATUS::@1371 |
ULONG _EHCI_USB_STATUS::AsULONG |
Definition at line 115 of file hardware.h.
Referenced by EHCI_FlushAsyncCache(), EHCI_FlushInterrupts(), EHCI_InterruptService(), and EHCI_SuspendController().
ULONG _EHCI_USB_STATUS::AsynchronousStatus |
Definition at line 112 of file hardware.h.
ULONG _EHCI_USB_STATUS::ErrorInterrupt |
Definition at line 103 of file hardware.h.
ULONG _EHCI_USB_STATUS::FrameListRollover |
Definition at line 105 of file hardware.h.
ULONG _EHCI_USB_STATUS::HCHalted |
Definition at line 109 of file hardware.h.
ULONG _EHCI_USB_STATUS::HostSystemError |
Definition at line 106 of file hardware.h.
ULONG _EHCI_USB_STATUS::Interrupt |
Definition at line 102 of file hardware.h.
ULONG _EHCI_USB_STATUS::InterruptOnAsyncAdvance |
Definition at line 107 of file hardware.h.
ULONG _EHCI_USB_STATUS::PeriodicStatus |
Definition at line 111 of file hardware.h.
ULONG _EHCI_USB_STATUS::PortChangeDetect |
Definition at line 104 of file hardware.h.
ULONG _EHCI_USB_STATUS::Reclamation |
Definition at line 110 of file hardware.h.
ULONG _EHCI_USB_STATUS::Reserved1 |
Definition at line 108 of file hardware.h.
ULONG _EHCI_USB_STATUS::Reserved2 |
Definition at line 113 of file hardware.h.