1.34.3.1 1.41.4.1 DACC_Initialize Function
C
void DACC_Initialize(void);
Summary
Initializes DACC module of the device
Description
This function initializes DACC 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
DACC_Initialize();
Remarks
None.