1.3.23.1 1.4.24.1 1.5.22.1 1.6.24.1 1.7.25.1 1.29.26.1 1.30.16.1 1.31.16.1 1.32.29.1 1.33.18.1 1.37.16.1 1.38.24.1 1.39.21.1 1.40.23.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 MHC GUI.
Precondition
MHC 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.