1.2.24.1 1.3.24.1 1.4.25.1 1.5.23.1 1.6.25.1 1.7.26.1 1.29.27.1 1.30.17.1 1.31.17.1 1.33.19.1 1.37.17.1 1.40.24.1 TCCx_TimerInitialize Function
C
/* x = TCC instance number */
void TCCx_TimerInitialize( void );
Summary
Initializes given instance of TCC.
Description
This function initializes given instance of TCC with the values configured in MHC GUI.
Precondition
MHC GUI should be configured with the right values.
Parameters
None.
Returns
None.
Example
TCC0_TimerInitialize();
Remarks
This function must be called before any other TCC function is called. This function should only be called once during system initialization.