ReactOS 0.4.16-dev-311-g9382aa2
|
#include <hardware.h>
Public Attributes | |
struct { | |
USHORT TimeoutCRC: 1 | |
USHORT ResumeInterrupt: 1 | |
USHORT InterruptOnComplete: 1 | |
USHORT ShortPacket: 1 | |
USHORT Reserved: 12 | |
}; | |
USHORT | AsUSHORT |
Definition at line 88 of file hardware.h.
struct { ... } _UHCI_INTERRUPT_ENABLE::@1451 |
USHORT _UHCI_INTERRUPT_ENABLE::AsUSHORT |
Definition at line 96 of file hardware.h.
Referenced by UhciDisableInterrupts(), UhciEnableInterrupts(), UhciInterruptDpc(), and UhciInterruptService().
USHORT _UHCI_INTERRUPT_ENABLE::InterruptOnComplete |
Definition at line 92 of file hardware.h.
USHORT _UHCI_INTERRUPT_ENABLE::Reserved |
Definition at line 94 of file hardware.h.
USHORT _UHCI_INTERRUPT_ENABLE::ResumeInterrupt |
Definition at line 91 of file hardware.h.
USHORT _UHCI_INTERRUPT_ENABLE::ShortPacket |
Definition at line 93 of file hardware.h.
USHORT _UHCI_INTERRUPT_ENABLE::TimeoutCRC |
Definition at line 90 of file hardware.h.