1.16.20.10 TMR1_Start Function

C

void TMR1_Start(void);

Summary

Starts the given Timer.

Description

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

Precondition

TMR1_Initialize() function must have been called first.

Parameters

None.

Returns

None.

Example

TMR1_Initialize();
TMR1_Start();

Remarks

None.