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.