Go to the source code of this file.
|
| enum | _TIMER_OPERATING_MODES {
PitOperatingMode0
, PitOperatingMode1
, PitOperatingMode2
, PitOperatingMode3
,
PitOperatingMode4
, PitOperatingMode5
, PitOperatingMode2Reserved
, PitOperatingMode5Reserved
,
PitOperatingMode0
, PitOperatingMode1
, PitOperatingMode2
, PitOperatingMode3
,
PitOperatingMode4
, PitOperatingMode5
} |
| |
| enum | _TIMER_ACCESS_MODES {
PitAccessModeCounterLatch
, PitAccessModeLow
, PitAccessModeHigh
, PitAccessModeLowHigh
,
PitAccessModeCounterLatch
, PitAccessModeLow
, PitAccessModeHigh
, PitAccessModeLowHigh
} |
| |
| enum | _TIMER_CHANNELS {
PitChannel0
, PitChannel1
, PitChannel2
, PitReadBack
,
PitChannel0
, PitChannel1
, PitChannel2
, MultipleLatch
} |
| |
◆ TIMER_CHANNEL0_DATA_PORT
| #define TIMER_CHANNEL0_DATA_PORT 0x71 |
Definition at line 10 of file pit.h.
◆ TIMER_CHANNEL1_DATA_PORT
| #define TIMER_CHANNEL1_DATA_PORT 0x73 |
Definition at line 11 of file pit.h.
◆ TIMER_CHANNEL2_DATA_PORT
| #define TIMER_CHANNEL2_DATA_PORT 0x75 |
Definition at line 12 of file pit.h.
◆ TIMER_CONTROL_PORT
| #define TIMER_CONTROL_PORT 0x77 |
Definition at line 13 of file pit.h.
◆ TIMER_FREQUENCY_1
| #define TIMER_FREQUENCY_1 1996800 /* 8 MHz */ |
Definition at line 16 of file pit.h.
◆ TIMER_FREQUENCY_2
| #define TIMER_FREQUENCY_2 2457600 /* 10 MHz, 5 MHz */ |
Definition at line 17 of file pit.h.
◆ PTIMER_CONTROL_PORT_REGISTER
◆ TIMER_ACCESS_MODES
◆ TIMER_CHANNELS
◆ TIMER_CONTROL_PORT_REGISTER
◆ TIMER_OPERATING_MODES
◆ _TIMER_ACCESS_MODES
| Enumerator |
|---|
| PitAccessModeCounterLatch | |
| PitAccessModeLow | |
| PitAccessModeHigh | |
| PitAccessModeLowHigh | |
| PitAccessModeCounterLatch | |
| PitAccessModeLow | |
| PitAccessModeHigh | |
| PitAccessModeLowHigh | |
Definition at line 40 of file pit.h.
41{
enum _TIMER_ACCESS_MODES TIMER_ACCESS_MODES
@ PitAccessModeCounterLatch
◆ _TIMER_CHANNELS
| Enumerator |
|---|
| PitChannel0 | |
| PitChannel1 | |
| PitChannel2 | |
| PitReadBack | |
| PitChannel0 | |
| PitChannel1 | |
| PitChannel2 | |
| MultipleLatch | |
Definition at line 48 of file pit.h.
49{
50
52
53
55
56
58
59
enum _TIMER_CHANNELS TIMER_CHANNELS
◆ _TIMER_OPERATING_MODES
| Enumerator |
|---|
| PitOperatingMode0 | |
| PitOperatingMode1 | |
| PitOperatingMode2 | |
| PitOperatingMode3 | |
| PitOperatingMode4 | |
| PitOperatingMode5 | |
| PitOperatingMode2Reserved | |
| PitOperatingMode5Reserved | |
| PitOperatingMode0 | |
| PitOperatingMode1 | |
| PitOperatingMode2 | |
| PitOperatingMode3 | |
| PitOperatingMode4 | |
| PitOperatingMode5 | |
Definition at line 19 of file pit.h.
20{
21
23
24
26
27
29
30
32
33
35
36
enum _TIMER_OPERATING_MODES TIMER_OPERATING_MODES
◆ Read8253Timer()
◆ Write8253Timer()