Home |
RTKernel-32 Programming Manual Multitasking, Real-Time, and RTKernel-32 Alternate APIs for RTKernel-32 Driver HRTPM Preconfigured Driver Library Drvrt32.lib |
Driver HRTPMThe ACPI Power Management Timer is available on all ACPI systems. It runs with a rate of 3.579545 MHz (about 0.279 microseconds resolution). If no ACPI BIOS is found at run time, the Pentium Time Stamp Counter is used instead and this driver behaves exactly as the HRTPENT driver. Unfortunately, the ACPI PM Timer must be read using port I/O which makes this driver slower than the HRTPENT driver (though it is still much faster than the default CLKHRTPC or HRTPC driver). Due to the limited range of the ACPI PM Timer, applications must read the timer using FTReadTime at least once every 2 seconds while a time period is being measured. Requirements: Intel Pentium or higher CPU, ACPI BIOS. Incompatible with clock driver CLKHRTPC.
|