1.10.22.10 1.11.22.10 1.12.23.10 1.13.21.10 1.14.16.10 1.15.17.10 1.16.23.10 1.17.19.10 1.18.19.10 1.19.19.10 1.20.23.10 1.21.24.10 1.22.27.10 1.23.25.10 1.24.22.10 TMRx_Stop Function

C

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

Summary

Stops the given Timer counter.

Description

This function stops the clock and thus counter.

Precondition

TMRx_Initialize() function must have been called first for the given timer.

Parameters

None

Returns

None.

Example

TMR2_Initialize();
TMR2_Start();
TMR2_Stop();

Remarks

None.