The High Precision Event Timer (HPET).
More...
|
| HPET |
| Abstraction of the HPET existing in "modern" computers (since ~2005)
|
|
|
enum | HPET::CounterSize { SIZE_32BIT = 0x0,
SIZE_64BIT = 0x1
} |
| Size of the global counter and the comparators.
|
|
enum | HPET::CounterStatus { DISABLED = 0x0,
ENABLED = 0x1
} |
| State (enabled/disabled) for the global counter (and the comparators).
|
|
enum | HPET::InterruptStatus { DISABLED = 0x0,
ENABLED = 0x1
} |
| Interrupt state (enabled/disabled) for the global counter (and the comparators).
|
|