Home |
RTKernel-32 Programming Manual Function CLKSetResolution |
Function CLKSetResolutionThis function defines conversion constants required to convert clock timer units to seconds and vice versa: void CLKSetResolution(DWORD UnitsPerSecond, int Divisor); Times will be converted using the formula: Timer Unit = Seconds * UnitsPerSecond / Divisor; In most cases, the clock device driver will call this function to supply the appropriate default conversion values.
|