1.2.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.