IADC_SingleInput_t Struct Reference

IADC single input selection structure.

#include <em_iadc.h>

Data Fields

IADC_NegInput_t negInput
Port/pin input for the negative side of the ADC.
IADC_PosInput_t posInput
Port/pin input for the positive side of the ADC.
uint8_t configId
Configuration id.
bool compare
Perform digital window comparison on the result from this entry.

IADC single input selection structure.

Field Documentation

negInput

IADC_NegInput_t IADC_SingleInput_t::negInput

Port/pin input for the negative side of the ADC.


posInput

IADC_PosInput_t IADC_SingleInput_t::posInput

Port/pin input for the positive side of the ADC.


configId

uint8_t IADC_SingleInput_t::configId

Configuration id.

compare

bool IADC_SingleInput_t::compare

Perform digital window comparison on the result from this entry.