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.
Definition at line
129
of file components/device/silabs/si91x/mcu/drivers/unified_api/inc/sl_si91x_dac.h
dac_fifo_threshold#
uint8_t sl_dac_config_t::dac_fifo_threshold
DAC FIFO threshold level.
Definition at line
130
of file components/device/silabs/si91x/mcu/drivers/unified_api/inc/sl_si91x_dac.h
adc_channel#
uint8_t sl_dac_config_t::adc_channel
ADC channel to be used for the DAC.
Definition at line
131
of file components/device/silabs/si91x/mcu/drivers/unified_api/inc/sl_si91x_dac.h
dac_sample_rate#
uint32_t sl_dac_config_t::dac_sample_rate
DAC sample rate.
Definition at line
132
of file components/device/silabs/si91x/mcu/drivers/unified_api/inc/sl_si91x_dac.h
dac_pin#
uint8_t sl_dac_config_t::dac_pin
DAC pin to be used for the DAC.
Definition at line
133
of file components/device/silabs/si91x/mcu/drivers/unified_api/inc/sl_si91x_dac.h
dac_port#
uint8_t sl_dac_config_t::dac_port
DAC port to be used for the DAC.
Definition at line
134
of file components/device/silabs/si91x/mcu/drivers/unified_api/inc/sl_si91x_dac.h