InitClock
Other versions of this page are also available for the following:
8/27/2008
This function is a required OAL function that initializes the CPU clock and sets the system tick interval frequency.
Syntax
void InitClock (void);
Parameters
None.
Return Value
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
Header | Developer Implemented |
Library | Nk.lib |
Windows Embedded CE | Windows CE .NET 4.0 and later |
See Also
Reference
Concepts
Resume State
System Tick Timer Initialization