1.2.24.54 1.3.24.54 1.4.25.54 1.5.23.54 1.6.25.54 1.7.26.54 1.29.27.54 1.30.17.54 1.31.17.54 1.33.19.54 1.37.17.54 1.40.24.54 TCCx_CaptureStart Function
C
/* x = TCC instance number */ void TCCx_CaptureStart ( void );
Summary
Starts the timer for given TCC instance.
Description
This function enables the clock and starts the counter.
Precondition
TCCx_CaptureInitialize() function must have been called first.
Parameters
None.
Returns
None.
Example
TCC0_CaptureInitialize(); TCC0_CaptureStart();
Remarks
None.