1.31.17.20 TCCx_TimerStart Function

C

void TCCx_TimerStart( void );

Summary

Starts the timer for given TCC instance.

Description

This function enables the clock and starts the timer.

Precondition

TCCx_TimerInitialize() function must have been called first.

Parameters

None.

Returns

None.

Example

TCC0_TimerInitialize();
TCC0_TimerStart();

Remarks

None.