2.116.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 MCC GUI.

Precondition

MCC 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.