InitClock
This function is a required OAL function that initializes the CPU clock and sets the system tick interval frequency.
void InitClock (void);
Parameters
None.
Return Values
None.
Remarks
This function is called when the system boots for the first time to set the default 1ms tick that is required by the kernel. This routine is called from the OEMInit function. The kernel calls this function when a suspended device is resumed.
Requirements
OS Versions: Windows CE .NET 4.0 and later.
Header: Not applicable.
Link Library: Nk.lib.
See Also
GetIdleTime | OEMInit | Resume State | System Tick Timer Initialization
Last updated on Wednesday, April 13, 2005
© 2005 Microsoft Corporation. All rights reserved.