Structure to hold the threshold detection configuration parameters.

Public Attributes#

uint16_t

Threshold 1 value.

uint16_t

Threshold 2 value.

uint8_t *

Condition for Threshold 1 (e.g., Equal, Greater, Lesser).

uint8_t *

Condition for Threshold 2 (e.g., Equal, Greater, Lesser).

uint8_t

Range of the threshold.

Public Attribute Documentation#

threshold1#

uint16_t sl_adc_threshold_config_t::threshold1

Threshold 1 value.


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

threshold2#

uint16_t sl_adc_threshold_config_t::threshold2

Threshold 2 value.


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

threshold1_cond#

uint8_t* sl_adc_threshold_config_t::threshold1_cond

Condition for Threshold 1 (e.g., Equal, Greater, Lesser).


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

threshold2_cond#

uint8_t* sl_adc_threshold_config_t::threshold2_cond

Condition for Threshold 2 (e.g., Equal, Greater, Lesser).


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

range#

uint8_t sl_adc_threshold_config_t::range

Range of the threshold.


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