1.37.16.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.