ReactOS 0.4.15-dev-7953-g1f49173
clock.c File Reference
#include <hal.h>
Include dependency graph for clock.c:

Go to the source code of this file.

Variables

HALP_ROLLOVER HalpRolloverTable [15]
 

Variable Documentation

◆ HalpRolloverTable

HALP_ROLLOVER HalpRolloverTable[15]
Initial value:
=
{
{1125, 10000},
{2250, 20000},
{3375, 30000},
{4500, 40000},
{5625, 50000},
{6750, 60000},
{7875, 70000},
{9000, 80000},
{10125, 90000},
{11250, 100000},
{12375, 110000},
{13500, 120000},
{14625, 130000},
{15750, 140000},
{16875, 150000}
}

Definition at line 14 of file clock.c.

Referenced by HalpInitializeClock(), and HalSetTimeIncrement().