1.32.29.46 TCx_CaptureInitialize Function

C

/* x = TC instance number */
void TCx_CaptureInitialize( 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_CaptureInitialize();

Remarks

This function must be called before any other TC function is called. This function should only be called once during system initialization.