IADC_ScanTableEntry_t Struct Reference

IADC scan table entry 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.
 
bool includeInScan
 Include this scan table entry in scan operation.
 

IADC scan table entry structure.

Field Documentation

◆ negInput

IADC_NegInput_t IADC_ScanTableEntry_t::negInput

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


◆ posInput

IADC_PosInput_t IADC_ScanTableEntry_t::posInput

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


◆ configId

uint8_t IADC_ScanTableEntry_t::configId

Configuration id.

◆ compare

bool IADC_ScanTableEntry_t::compare

Perform digital window comparison on the result from this entry.

◆ includeInScan

bool IADC_ScanTableEntry_t::includeInScan

Include this scan table entry in scan operation.