1.1.12.2 TIMER32_x_Stop Function
C
/* x = Timer32 instance number */
void TIMER32_x_Stop(void)
Summary
Stops the timer counter
Description
Stops (halts) the timer counter
Precondition
TIMER32_x_Initialize() function must have been called
Parameters
None
Returns
None
Example
TIMER32_0_Stop();
Remarks
None