Expand description
Support for the HPET: High Precision Event Timer.
Structs
- A structure that offers access to HPET through its I/O registers, specified by the format here: https://wiki.osdev.org/HPET#HPET_registers.
- The structure of the HPET ACPI table.
- A structure that wraps HPET I/O register for each timer comparator, specified by the format here: https://wiki.osdev.org/HPET#HPET_registers. There are between 3 and 32 of these in an HPET-enabled system.
Constants
Functions
- Returns a locked guard that immutably derefs to the HPET timer.
- Returns a locked guard that mutably derefs to the HPET timer.
- The handler for parsing the HPET table and adding it to the ACPI tables list.