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.


Definition at line 986 of file platform/emlib/inc/em_iadc.h

posInput#

IADC_PosInput_t IADC_ScanTableEntry_t::posInput

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


Definition at line 987 of file platform/emlib/inc/em_iadc.h

configId#

uint8_t IADC_ScanTableEntry_t::configId

Configuration id.


Definition at line 988 of file platform/emlib/inc/em_iadc.h

compare#

bool IADC_ScanTableEntry_t::compare

Perform digital window comparison on the result from this entry.


Definition at line 989 of file platform/emlib/inc/em_iadc.h

includeInScan#

bool IADC_ScanTableEntry_t::includeInScan

Include this scan table entry in scan operation.


Definition at line 990 of file platform/emlib/inc/em_iadc.h