1.15.4.1 CLCx_Initialize Function

C

/* x = CLC instance number */

void CLCx_Initialize (void)

Summary

Initializes CLC peripheral.

Description

This function initializes CLC peripheral of the device with the values configured in MHC GUI. Once the peripheral is initialized, peripheral can be used for conversion.

Precondition

MHC GUI should be configured with the right values.

Parameters

None

Returns

None

Example

CLC1_Initialize();

Remarks

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