Structure to hold the DAC configuration parameters.

Public Attributes#

uint8_t

Operating mode of the DAC.

uint8_t

DAC FIFO threshold level.

uint8_t

ADC channel to be used for the DAC.

uint32_t

DAC sample rate.

uint8_t

DAC pin to be used for the DAC.

uint8_t

DAC port to be used for the DAC.

Public Attribute Documentation#

operating_mode#

uint8_t sl_dac_config_t::operating_mode

Operating mode of the DAC.


dac_fifo_threshold#

uint8_t sl_dac_config_t::dac_fifo_threshold

DAC FIFO threshold level.


adc_channel#

uint8_t sl_dac_config_t::adc_channel

ADC channel to be used for the DAC.


dac_sample_rate#

uint32_t sl_dac_config_t::dac_sample_rate

DAC sample rate.


dac_pin#

uint8_t sl_dac_config_t::dac_pin

DAC pin to be used for the DAC.


dac_port#

uint8_t sl_dac_config_t::dac_port

DAC port to be used for the DAC.