|
ReactOS 0.4.16-dev-1946-g52006dd
|
#include <hardware.h>

Public Attributes | |
| struct { | |
| USHORT Interrupt: 1 | |
| USHORT ErrorInterrupt: 1 | |
| USHORT ResumeDetect: 1 | |
| USHORT HostSystemError: 1 | |
| USHORT HcProcessError: 1 | |
| USHORT HcHalted: 1 | |
| USHORT Reserved: 10 | |
| }; | |
| USHORT | AsUSHORT |
Definition at line 72 of file hardware.h.
| struct { ... } _UHCI_USB_STATUS::@1560 |
| USHORT _UHCI_USB_STATUS::AsUSHORT |
Definition at line 82 of file hardware.h.
Referenced by UhciEnableInterrupts(), UhciHardwarePresent(), UhciInterruptDpc(), UhciInterruptService(), and UhciTakeControlHC().
| USHORT _UHCI_USB_STATUS::ErrorInterrupt |
Definition at line 75 of file hardware.h.
Referenced by UhciInitializeHardware(), and UhciInterruptDpc().
| USHORT _UHCI_USB_STATUS::HcHalted |
Definition at line 79 of file hardware.h.
Referenced by UhciInterruptService(), and UhciTakeControlHC().
| USHORT _UHCI_USB_STATUS::HcProcessError |
Definition at line 78 of file hardware.h.
Referenced by UhciInterruptService().
| USHORT _UHCI_USB_STATUS::HostSystemError |
Definition at line 77 of file hardware.h.
Referenced by UhciInitializeHardware(), and UhciInterruptService().
| USHORT _UHCI_USB_STATUS::Interrupt |
Definition at line 74 of file hardware.h.
Referenced by UhciInitializeHardware(), UhciInterruptDpc(), and UhciInterruptService().
| USHORT _UHCI_USB_STATUS::Reserved |
Definition at line 80 of file hardware.h.
| USHORT _UHCI_USB_STATUS::ResumeDetect |
Definition at line 76 of file hardware.h.
Referenced by UhciInitializeHardware().