1.3.23.23 1.4.24.23 1.5.22.23 1.6.24.23 1.7.25.23 1.29.26.23 1.30.16.23 1.31.16.23 1.32.29.23 1.33.18.23 1.37.16.23 1.38.24.23 1.39.21.23 1.40.23.23 TCx_CompareStart Function

C

void TCx_CompareStart( void );

Summary

Starts the timer for given TC instance.

Description

This function enables the clock and starts the timer.

Precondition

TCx_CompareInitialize() function must have been called first.

Parameters

None.

Returns

None.

Example

TCx_CompareInitialize();
TCx_CompareStart();

Remarks

None.