1.10.22.9 1.11.22.9 1.12.23.9 1.13.21.9 1.14.16.9 1.15.17.9 1.16.23.9 1.17.19.9 1.18.19.9 1.19.19.9 1.20.23.9 1.21.24.9 1.22.27.9 1.23.25.9 1.24.22.9 TMRx_Start Function

C

/* x = TMR instance number */
void TMRx_Start(void);

Summary

Starts the given Timer.

Description

This function enables the clock and starts the counter of the timer.

Precondition

TMRx_Initialize() function must have been called first.

Parameters

None.

Returns

None.

Example

TMR2_Initialize();
TMR2_Start();

Remarks

None.