IADC scan table entry structure.

Public Attributes#

Port input for the negative side of the ADC.

uint8_t

Negative pin number.

Port input for the positive side of the ADC.

uint8_t

Positive pin number.

uint8_t

Configuration id.

bool

Perform digital window comparison on the result from this entry.

bool

Include this scan table entry in scan operation.

Public Attribute Documentation#

negative_port#

sl_hal_iadc_negative_port_input_t sl_hal_iadc_scan_table_entry_t::negative_port

Port input for the negative side of the ADC.


negative_pin#

uint8_t sl_hal_iadc_scan_table_entry_t::negative_pin

Negative pin number.


positive_port#

sl_hal_iadc_positive_port_input_t sl_hal_iadc_scan_table_entry_t::positive_port

Port input for the positive side of the ADC.


positive_pin#

uint8_t sl_hal_iadc_scan_table_entry_t::positive_pin

Positive pin number.


config_id#

uint8_t sl_hal_iadc_scan_table_entry_t::config_id

Configuration id.


compare#

bool sl_hal_iadc_scan_table_entry_t::compare

Perform digital window comparison on the result from this entry.


include_in_scan#

bool sl_hal_iadc_scan_table_entry_t::include_in_scan

Include this scan table entry in scan operation.