ADC scan table entry structure.

Public Attributes#

bool

Perform digital window comparison on the result from this entry.

uint8_t

Configuration ID.

Selects the input port for the negative side of the ADC.

uint8_t

Selects the input pin for the negative side of the ADC.

Selects the input port for the positive side of the ADC.

uint8_t

Selects the input pin for the positive side of the ADC.

Public Attribute Documentation#

compare#

bool sl_hal_adc_scan_entry_t::compare

Perform digital window comparison on the result from this entry.


config_id#

uint8_t sl_hal_adc_scan_entry_t::config_id

Configuration ID.


neg_port#

sl_hal_adc_port_negative_t sl_hal_adc_scan_entry_t::neg_port

Selects the input port for the negative side of the ADC.


neg_pin#

uint8_t sl_hal_adc_scan_entry_t::neg_pin

Selects the input pin for the negative side of the ADC.


pos_port#

sl_hal_adc_port_positive_t sl_hal_adc_scan_entry_t::pos_port

Selects the input port for the positive side of the ADC.


pos_pin#

uint8_t sl_hal_adc_scan_entry_t::pos_pin

Selects the input pin for the positive side of the ADC.