2.113.1.1 TCx_TimerInitialize Function
C
/* x = TC instance number */
void TCx_TimerInitialize( void );
Summary
Initializes given instance of TC.
Description
This function initializes given instance of TC with the values configured in MCC GUI.
Precondition
MCC GUI should be configured with the right values.
Parameters
None.
Returns
None.
Example
TC0_TimerInitialize();
Remarks
This function must be called before any other TC function is called. This function should only be called once during system initialization.