1.10.22.1 1.11.22.1 1.12.23.1 1.13.21.1 1.14.16.1 1.15.17.1 1.16.23.1 1.17.19.1 1.18.19.1 1.19.19.1 1.20.23.1 1.21.24.1 1.22.27.1 1.23.25.1 1.24.22.1 TMRx_Initialize Function
C
/* x = TMR instance number */
void TMRx_Initialize(void);
Summary
Initializes given instance of TMR.
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
TMR2_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.