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