1.3.23.47 1.4.24.47 1.5.22.47 1.6.24.47 1.7.25.47 1.29.26.47 1.30.16.47 1.31.16.47 1.32.29.47 1.33.18.47 1.37.16.47 1.38.24.47 1.39.21.47 1.40.23.47 TCx_CaptureStart Function

C

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

Summary

Starts the timer for given TC instance.

Description

This function enables the clock and starts the timer.

Precondition

TCx_CaptureInitialize() function must have been called first.

Parameters

None.

Returns

None.

Example

TC0_CaptureInitialize();
TC0_CaptureStart();

Remarks

None.