1.3.23.49 1.4.24.49 1.5.22.49 1.6.24.49 1.7.25.49 1.29.26.49 1.30.16.49 1.31.16.49 1.32.29.49 1.33.18.49 1.37.16.49 1.38.24.49 1.39.21.49 1.40.23.49 TCx_CaptureStop Function

C

/* x = TC instance number */
void TCx_CaptureStop ( void );

Summary

Stops the timer for given TC instance.

Description

This function stops the clock and thus timer.

Precondition

TCx_CaptureInitialize() function must have been called first.

Parameters

None.

Returns

None.

Example

TC0_CaptureInitialize();
TC0_CaptureStart();
TC0_CaptureStop();

Remarks

None.