1.10.6.1 1.11.7.1 1.12.6.1 1.13.6.1 1.14.7.1 1.15.7.1 1.16.4.1 1.17.4.1 1.18.5.1 1.19.4.1 1.20.4.1 1.21.5.1 1.22.6.1 1.23.6.1 1.24.6.1 CORETIMER_Initialize Function
C
void CORETIMER_Initialize(void);
Summary
Initializes given instance of CORETIMER.
Description
This function initializes given instance of timer with the options configured in MHC GUI.
Precondition
MHC GUI should be configured with the desired values.
Parameters
None.
Returns
None.
Example
CORETIMER_Initialize();
Remarks
This function must be called before any other Timer function is called. This function is normally only be called once during system initialization.