1.8.22.28 1.25.23.28 1.26.20.28 1.27.23.28 1.28.25.28 1.34.23.28 1.35.16.28 1.36.18.28 1.41.21.28 1.42.20.28 TCx_QuadratureInitialize Function
C
/* x = TC instance number */ void TCx_QuadratureInitialize ( void );
Summary
Initializes given instance of TC channel in quadrature mode.
Description
This function initializes given instance of TC channel in quadrature mode with options configured in MCC GUI.
Precondition
MCC GUI should be configured with the desired options.
Parameters
None.
Returns
None.
Example
TC0_QuadratureInitialize();
Remarks
This function must be called before any other TC function is called. This function is normally called only be called once during system initialization.