3.3.3.1 DAC_Initialize

Initializes DAC module of the device

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

void 
DAC_Initialize 
(
    void
);

Precondition

  • MCC GUI should be configured with the right values.

Parameters

  • void

Returns

  • void