Structure to hold the fifo threshold configuration parameters.

Public Attributes#

uint8_t

Number of channel enable.

uint8_t

AEMPTY Threshold.

uint8_t

AFULL Threshold.

uint8_t

Internal or External DMA.

Public Attribute Documentation#

num_of_channel_en#

uint8_t sl_adc_fifo_thrld_config_t::num_of_channel_en

Number of channel enable.


Definition at line 160 of file components/device/silabs/si91x/mcu/drivers/unified_api/inc/sl_si91x_adc.h

a_empty_threshold#

uint8_t sl_adc_fifo_thrld_config_t::a_empty_threshold

AEMPTY Threshold.


Definition at line 161 of file components/device/silabs/si91x/mcu/drivers/unified_api/inc/sl_si91x_adc.h

a_full_threshold#

uint8_t sl_adc_fifo_thrld_config_t::a_full_threshold

AFULL Threshold.


Definition at line 162 of file components/device/silabs/si91x/mcu/drivers/unified_api/inc/sl_si91x_adc.h

dma_type#

uint8_t sl_adc_fifo_thrld_config_t::dma_type

Internal or External DMA.


Definition at line 163 of file components/device/silabs/si91x/mcu/drivers/unified_api/inc/sl_si91x_adc.h