ReactOS 0.4.16-dev-306-g647d351
|
#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::@1512 |
struct { ... } _TIMER_CONTROL_PORT_REGISTER::@3416 |
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().