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

Public Attributes | |
| struct { | |
| ULONG OneShot:1 | |
| ULONG Wide:1 | |
| ULONG Prescale:2 | |
| ULONG Reserved:1 | |
| ULONG Interrupt:1 | |
| ULONG Periodic:1 | |
| ULONG Enabled:1 | |
| ULONG Unused:24 | |
| }; | |
| ULONG | AsUlong |
| struct { ... } _SP804_CONTROL_REGISTER::@3587 |
| ULONG _SP804_CONTROL_REGISTER::AsUlong |
Definition at line 46 of file sp804.h.
Referenced by HalpInitializeClock(), and KeStallExecutionProcessor().
| ULONG _SP804_CONTROL_REGISTER::Enabled |
Definition at line 43 of file sp804.h.
Referenced by HalpInitializeClock(), and KeStallExecutionProcessor().
| ULONG _SP804_CONTROL_REGISTER::Interrupt |
Definition at line 41 of file sp804.h.
Referenced by HalpInitializeClock().
| ULONG _SP804_CONTROL_REGISTER::OneShot |
Definition at line 37 of file sp804.h.
Referenced by KeStallExecutionProcessor().
| ULONG _SP804_CONTROL_REGISTER::Periodic |
Definition at line 42 of file sp804.h.
Referenced by HalpInitializeClock(), and KeStallExecutionProcessor().
| ULONG _SP804_CONTROL_REGISTER::Wide |
Definition at line 38 of file sp804.h.
Referenced by HalpInitializeClock(), and KeStallExecutionProcessor().