HPET: Difference between revisions

3 bytes removed ,  6 years ago
m
this typo was here for an embarrassingly long time
[unchecked revision][unchecked revision]
m (→‎Detecting HPET using ACPI: Fixed possible source of confusion)
m (this typo was here for an embarrassingly long time)
Line 150:
|63:32
|COUNTER_CLK_PERIOD
|Main counter tick period in femptosecondsfemtoseconds (10^-15 seconds). Must not be zero, must be less or equal to 0x05F5E100, or 100 nanoseconds.
|-
|31-16
Line 320:
 
<source lang="cpp">
// "time" is time in femptosecondsfemtoseconds from now to interrupt
if (time < COUNTER_CLK_PERIOD)
{
Line 337:
 
<source lang="cpp">
// "time" is time in femptosecondsfemtoseconds from now to interrupt
if (time < COUNTER_CLK_PERIOD)
{
Anonymous user