1.2.24.53 1.3.24.53 1.4.25.53 1.5.23.53 1.6.25.53 1.7.26.53 1.29.27.53 1.30.17.53 1.31.17.53 1.33.19.53 1.37.17.53 1.40.24.53 TCCx_CaptureInitialize Function
C
/* x = TCC instance number */
void TCCx_CaptureInitialize( 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_CaptureInitialize();
Remarks
This function must be called before any other TCC function is called. This function should only be called once during system initialization.