1.37.16.22 TCx_CompareInitialize Function

C

/* x = TC instance number */
void TCx_CompareInitialize( void );

Summary

Initializes given instance of TC.

Description

This function initializes given instance of TC with the values configured in MHC GUI.

Precondition

MHC GUI should be configured with the right values.

Parameters

None.

Returns

None.

Example

TC0_CompareInitialize();

Remarks

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