ADC_InitSingle_TypeDef Struct ReferenceEMLIB > ADC

Single conversion initialization structure.

Definition at line 964 of file em_adc.h.

#include <em_adc.h>

Data Fields

ADC_AcqTime_TypeDef acqTime
 
bool diff
 
ADC_SingleInput_TypeDef input
 
bool leftAdjust
 
bool prsEnable
 
ADC_PRSSEL_TypeDef prsSel
 
ADC_Ref_TypeDef reference
 
bool rep
 
ADC_Res_TypeDef resolution
 

Field Documentation

ADC_AcqTime_TypeDef ADC_InitSingle_TypeDef::acqTime

Acquisition time (in ADC clock cycles).

Definition at line 972 of file em_adc.h.

Referenced by ADC0_IRQHandler(), ADC_InitSingle(), and adcInit().

bool ADC_InitSingle_TypeDef::diff

Select if single-ended or differential input.

Definition at line 1003 of file em_adc.h.

Referenced by ADC_InitSingle().

ADC_SingleInput_TypeDef ADC_InitSingle_TypeDef::input

Sample input selection, use single-ended or differential input according to setting of diff.

Definition at line 988 of file em_adc.h.

Referenced by ADC0_IRQHandler(), ADC_InitSingle(), and TOUCH_Init().

bool ADC_InitSingle_TypeDef::leftAdjust

Select if left adjustment should be done.

Definition at line 1009 of file em_adc.h.

Referenced by ADC_InitSingle().

bool ADC_InitSingle_TypeDef::prsEnable

Peripheral reflex system trigger enable.

Definition at line 1006 of file em_adc.h.

Referenced by ADC_InitSingle(), and adcInit().

ADC_PRSSEL_TypeDef ADC_InitSingle_TypeDef::prsSel

Peripheral reflex system trigger selection. Only applicable if prsEnable is enabled.

Definition at line 969 of file em_adc.h.

Referenced by ADC_InitSingle(), and adcInit().

ADC_Ref_TypeDef ADC_InitSingle_TypeDef::reference

Sample reference selection. Note that, for external references, the ADC calibration register must be set explicitly.

Definition at line 978 of file em_adc.h.

Referenced by ADC0_IRQHandler(), ADC_InitSingle(), adcInit(), and TOUCH_Init().

bool ADC_InitSingle_TypeDef::rep

Select if continuous conversion until explicit stop.

Definition at line 1012 of file em_adc.h.

Referenced by ADC_InitSingle().

ADC_Res_TypeDef ADC_InitSingle_TypeDef::resolution

Sample resolution.

Definition at line 981 of file em_adc.h.

Referenced by ADC0_IRQHandler(), ADC_InitSingle(), and TOUCH_Init().


The documentation for this struct was generated from the following file:
  • C:/cygwin/home/caamunds/work/super/platform/emlib/inc/em_adc.h