1.3.23.2 1.4.24.2 1.5.22.2 1.6.24.2 1.7.25.2 1.29.26.2 1.30.16.2 1.31.16.2 1.32.29.2 1.33.18.2 1.37.16.2 1.38.24.2 1.39.21.2 1.40.23.2 TCx_TimerStart Function

C

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

Summary

Starts the timer for given TC instance.

Description

This function enables the clock and starts the timer.

Precondition

TCx_TimerInitialize() function must have been called first.

Parameters

None.

Returns

None.

Example

TC0_TimerInitialize();
TC0_TimerStart();

Remarks

None.