EFR32 Blue Gecko 13 Software Documentation
efr32bg13-doc-5.1.2
|
#include <em_adc.h>
Data Fields | |
uint32_t | scanInputEn |
uint32_t | scanInputSel |
uint32_t | scanNegSel |
uint32_t ADC_InitScanInput_TypeDef::scanInputEn |
Input enable mask
Definition at line 874 of file em_adc.h.
Referenced by ADC_InitScan(), ADC_ScanInputClear(), and ADC_ScanSingleEndedInputAdd().
uint32_t ADC_InitScanInput_TypeDef::scanInputSel |
Input range select to be applied to ADC_SCANINPUTSEL.
Definition at line 871 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 877 of file em_adc.h.
Referenced by ADC_InitScan(), ADC_ScanDifferentialInputAdd(), and ADC_ScanInputClear().