1.8.22.24 1.25.23.24 1.26.20.24 1.27.23.24 1.28.25.24 1.34.23.24 1.35.16.24 1.36.18.24 1.41.21.24 1.42.20.24 TCx_CHy_CaptureInitialize Function
C
/* x = TC instance number, y = channel number */ void TCx_CHy_CaptureInitialize ( void )
Summary
Initializes given instance of TC channel to capture mode.
Description
This function initializes given instance of TC channel to capture mode with the options configured in MCC GUI, allowing it to be ready to start capturing selected signal event counter values.
Precondition
MCC GUI should be configured with the desired values.
Parameters
None.
Returns
None.
Example
TC0_CH1_CaptureInitialize();
Remarks
This function must be called before any other TC function is called. This function is normally only called once during system initialization.