ReactOS 0.4.16-dev-306-g647d351
|
#include <hardware.h>
Public Attributes | |
struct { | |
ULONG Interrupt: 1 | |
ULONG ErrorInterrupt: 1 | |
ULONG PortChangeInterrupt: 1 | |
ULONG FrameListRollover: 1 | |
ULONG HostSystemError: 1 | |
ULONG InterruptOnAsyncAdvance: 1 | |
ULONG Reserved: 26 | |
}; | |
ULONG | AsULONG |
Definition at line 122 of file hardware.h.
struct { ... } _EHCI_INTERRUPT_ENABLE::@1373 |
ULONG _EHCI_INTERRUPT_ENABLE::AsULONG |
Definition at line 132 of file hardware.h.
Referenced by EHCI_DisableInterrupts(), EHCI_EnableInterrupts(), EHCI_InterruptDpc(), EHCI_InterruptService(), EHCI_ResumeController(), EHCI_RH_DisableIrq(), EHCI_RH_EnableIrq(), and EHCI_SuspendController().
ULONG _EHCI_INTERRUPT_ENABLE::ErrorInterrupt |
Definition at line 125 of file hardware.h.
Referenced by EHCI_InterruptDpc().
ULONG _EHCI_INTERRUPT_ENABLE::FrameListRollover |
Definition at line 127 of file hardware.h.
ULONG _EHCI_INTERRUPT_ENABLE::HostSystemError |
Definition at line 128 of file hardware.h.
Referenced by EHCI_InterruptService().
ULONG _EHCI_INTERRUPT_ENABLE::Interrupt |
Definition at line 124 of file hardware.h.
Referenced by EHCI_InterruptDpc(), EHCI_RH_DisableIrq(), and EHCI_RH_EnableIrq().
ULONG _EHCI_INTERRUPT_ENABLE::InterruptOnAsyncAdvance |
Definition at line 129 of file hardware.h.
Referenced by EHCI_InterruptDpc().
ULONG _EHCI_INTERRUPT_ENABLE::PortChangeInterrupt |
Definition at line 126 of file hardware.h.
Referenced by EHCI_InterruptDpc(), EHCI_RH_DisableIrq(), EHCI_RH_EnableIrq(), and EHCI_SuspendController().
ULONG _EHCI_INTERRUPT_ENABLE::Reserved |
Definition at line 130 of file hardware.h.