3.3.3.3 DAC_DataWrite

Converts a Digital data to Analog value

This function converts a Digital data to Analog value. The behavior of this function call will vary based on the mode selected within MCC.

void 
DAC_DataWrite
(
    void, 
);

Precondition

  • DAC_Initialize must have been called.
  • The DAC_IsReady() function should have returned true.

Parameters

  • DMAC_CHANNEL channel - Points to DAC Channel

Returns

  • void