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

Public Attributes | |
| struct { | |
| UCHAR BcdMode:1 | |
| UCHAR OperatingMode:3 | |
| UCHAR AccessMode:2 | |
| UCHAR Channel:2 | |
| }; | |
| UCHAR | Bits |
| struct { | |
| UCHAR BcdMode:1 | |
| UCHAR OperatingMode:3 | |
| UCHAR AccessMode:2 | |
| UCHAR Channel:2 | |
| }; | |
| struct { ... } _TIMER_CONTROL_PORT_REGISTER::@1623 |
| struct { ... } _TIMER_CONTROL_PORT_REGISTER::@3624 |
| UCHAR _TIMER_CONTROL_PORT_REGISTER::AccessMode |
Definition at line 114 of file halhw.h.
Referenced by CpSetBaud(), HalMakeBeep(), HalpCalibrateStallExecution(), and HalpSetTimerRollOver().
| UCHAR _TIMER_CONTROL_PORT_REGISTER::BcdMode |
Definition at line 112 of file halhw.h.
Referenced by CpSetBaud(), HalMakeBeep(), HalpCalibrateStallExecution(), and HalpSetTimerRollOver().
| UCHAR _TIMER_CONTROL_PORT_REGISTER::Bits |
Definition at line 117 of file halhw.h.
Referenced by HalMakeBeep(), HalpSetTimerRollOver(), and Write8253Timer().
| UCHAR _TIMER_CONTROL_PORT_REGISTER::Channel |
Definition at line 115 of file halhw.h.
Referenced by CpSetBaud(), HalMakeBeep(), HalpCalibrateStallExecution(), HalpSetTimerRollOver(), and Write8253Timer().
| UCHAR _TIMER_CONTROL_PORT_REGISTER::OperatingMode |
Definition at line 113 of file halhw.h.
Referenced by CpSetBaud(), HalMakeBeep(), HalpCalibrateStallExecution(), and HalpSetTimerRollOver().