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