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.


a_empty_threshold#

uint8_t sl_adc_fifo_thrld_config_t::a_empty_threshold

AEMPTY (almost empty) threshold.


a_full_threshold#

uint8_t sl_adc_fifo_thrld_config_t::a_full_threshold

AFULL (almost full) threshold.


dma_type#

uint8_t sl_adc_fifo_thrld_config_t::dma_type

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