1.8.22.11 1.25.23.11 1.26.20.11 1.27.23.11 1.28.25.11 1.34.23.11 1.35.16.11 1.36.18.11 1.41.21.11 1.42.20.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.