1.33.4.1 DAC_Initialize Function

C

void DAC_Initialize (void);

Summary

Initializes DAC module of the device

Description

This function initializes DAC module of the device with the values configured in MHC GUI. Once the peripheral is initialized, APIs can be used to convert the data.

Precondition

MHC GUI should be configured with the right values.

Parameters

None.

Returns

None.

Example

DAC_Initialize();

Remarks

None.