1.36.18.11 TCx_CHy_CompareInitialize Function

C

/* x = TC instance number, y= channel number */
void TCx_CHy_CompareInitialize ( void )

Summary

Initializes given TC channel in compare mode.

Description

This function initializes given instance of a TC channel in compare mode with the options selected in MCC GUI.

Precondition

MCC GUI should be configured with the desired values.

Parameters

None.

Returns

None.

Example

TCx_CHy_CompareInitialize();

Remarks

This function must be called before any other TC function is called. This function should only be called once during system initialization.