IADC scan table entry structure.

Public Attributes#

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

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

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#

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.