IADC single input selection structure.

Public Attributes#

Port input for the negative side of the ADC.

uint8_t

Negative pin input.

Port input for the positive side of the ADC.

uint8_t

Positive pin input.

uint8_t

Configuration id.

bool

Perform digital window comparison on the result from this entry.

Public Attribute Documentation#

negative_port#

sl_hal_iadc_negative_port_input_t sl_hal_iadc_single_input_t::negative_port

Port input for the negative side of the ADC.


negative_pin#

uint8_t sl_hal_iadc_single_input_t::negative_pin

Negative pin input.


positive_port#

sl_hal_iadc_positive_port_input_t sl_hal_iadc_single_input_t::positive_port

Port input for the positive side of the ADC.


positive_pin#

uint8_t sl_hal_iadc_single_input_t::positive_pin

Positive pin input.


single_input_config_id#

uint8_t sl_hal_iadc_single_input_t::single_input_config_id

Configuration id.


compare#

bool sl_hal_iadc_single_input_t::compare

Perform digital window comparison on the result from this entry.