1.2.24.43 1.3.24.43 1.4.25.43 1.5.23.43 1.6.25.43 1.7.26.43 1.29.27.43 1.30.17.43 1.31.17.43 1.33.19.43 1.37.17.43 1.40.24.43 TCCx_CompareStop Function

C

/* x = TCC instance number */
void TCCx_CompareStop( void );

Summary

Stops the timer for given TCC instance.

Description

This function stops the clock and thus timer.

Precondition

TCCx_CompareInitialize() function must have been called first. Also counter should have been started with TCCx_CompareStart() function call.

Parameters

None.

Returns

None.

Example

TCC0_CompareInitialize();
TCC0_CompareStart();
TCC0_CompareStop();

Remarks

None.