6.6.4.2.2 Function dac_chan_set_config()

Writes a DAC channel configuration to the hardware module.

void dac_chan_set_config( struct dac_module *const dev_inst, const enum dac_channel channel, struct dac_chan_config *const config)

Writes out a given channel configuration to the hardware module.

Note: The DAC device instance structure must be initialized before calling this function.
Table 6-14. Parameters
Data directionParameter nameDescription

[in]

module_inst

Pointer to the DAC software instance struct

[in]

channel

Channel to configure

[in]

config

Pointer to the configuration struct