1.16.24.10 1.18.20.10 1.19.20.10 1.20.24.10 1.21.25.10 1.23.26.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.