Structure to hold the FIFO threshold configuration parameters.

Public Attributes#

uint8_t

Number of channels enabled.

uint8_t

AEMPTY (almost empty) threshold.

uint8_t

AFULL (almost full) threshold.

uint8_t

Internal (0) or external (1) DMA type.

Public Attribute Documentation#

num_of_channel_en#

uint8_t sl_adc_fifo_thrld_config_t::num_of_channel_en

Number of channels enabled.


Definition at line 153 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 (almost empty) threshold.


Definition at line 154 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 (almost full) threshold.


Definition at line 155 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 (0) or external (1) DMA type.


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