EFR32 Blue Gecko 1 Software Documentation  efr32bg1-doc-5.1.2
ADC_Init_TypeDef Struct Reference

Detailed Description

ADC init structure, common for single conversion and scan sequence.

Definition at line 796 of file em_adc.h.

#include <em_adc.h>

Data Fields

ADC_EM2ClockConfig_TypeDef em2ClockConfig
 
ADC_OvsRateSel_TypeDef ovsRateSel
 
uint8_t prescale
 
bool tailgate
 
uint8_t timebase
 
ADC_Warmup_TypeDef warmUpMode
 

Field Documentation

ADC_EM2ClockConfig_TypeDef ADC_Init_TypeDef::em2ClockConfig

ADC EM2 clock configuration

Definition at line 829 of file em_adc.h.

Referenced by ADC_Init(), and MIC_init().

ADC_OvsRateSel_TypeDef ADC_Init_TypeDef::ovsRateSel

Oversampling rate select. In order to have any effect, oversampling must be enabled for single/scan mode.

Definition at line 802 of file em_adc.h.

Referenced by ADC_Init(), and TOUCH_Init().

uint8_t ADC_Init_TypeDef::prescale

Clock division factor N, ADC clock = HFPERCLK / (N + 1).

Definition at line 822 of file em_adc.h.

Referenced by ADC_Init(), adcInit(), MIC_init(), and TOUCH_Init().

bool ADC_Init_TypeDef::tailgate

Enable/disable conversion tailgating.

Definition at line 825 of file em_adc.h.

Referenced by ADC_Init().

uint8_t ADC_Init_TypeDef::timebase

Timebase used for ADC warm up. Select N to give (N+1)HFPERCLK cycles. (Additional delay is added for bandgap references, please refer to the reference manual.) Normally, N should be selected so that the timebase is at least 1 us. See ADC_TimebaseCalc() for a way to obtain a suggested timebase of at least 1 us.

Definition at line 819 of file em_adc.h.

Referenced by ADC_Init(), adcInit(), and MIC_init().

ADC_Warmup_TypeDef ADC_Init_TypeDef::warmUpMode

Warm-up mode to use for ADC.

Definition at line 810 of file em_adc.h.

Referenced by ADC_Init().


The documentation for this struct was generated from the following file: