1.3.6.1 1.4.5.1 1.5.5.1 1.29.6.1 1.30.4.1 1.31.4.1 1.32.7.1 1.33.4.1 1.37.4.1 1.38.5.1 1.39.4.1 1.40.5.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.