EFM32 Pearl Gecko Software Documentation
efm32pg1-doc-4.2.1
|
#include <em_adc.h>
Data Fields | |
int32_t | scanInputSel |
uint32_t | scanInputEn |
uint32_t | scanNegSel |
int32_t ADC_InitScanInput_TypeDef::scanInputSel |
Input range select to be applied to ADC_SCANCHCONF.
Definition at line 846 of file em_adc.h.
Referenced by ADC_InitScan(), ADC_ScanInputClear(), and ADC_ScanSingleEndedInputAdd().
uint32_t ADC_InitScanInput_TypeDef::scanInputEn |
Input enable mask
Definition at line 849 of file em_adc.h.
Referenced by ADC_InitScan(), ADC_ScanInputClear(), and ADC_ScanSingleEndedInputAdd().
uint32_t ADC_InitScanInput_TypeDef::scanNegSel |
Alternative negative input
Definition at line 852 of file em_adc.h.
Referenced by ADC_InitScan(), ADC_ScanDifferentialInputAdd(), and ADC_ScanInputClear().