3.3.15.4 TCCx_TimerStop

Stop the timer for given TCC instance

This function stops the clock and thus timer.

void 
TCCx_TimerStop
( 
    void 
);

Precondition

  • TCCx_TimerInitialize() function must have been called first. Also counter should have been started with TCCx_TimerStart() function call.

Parameters

  • void

Returns

  • void