ADC_InitSingle_TypeDef Struct Reference
[ADC]

#include <em_adc.h>

Collaboration diagram for ADC_InitSingle_TypeDef:
Collaboration graph
[legend]

Data Fields

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

Detailed Description

Single conversion init structure.

Definition at line 369 of file em_adc.h.


Field Documentation

Acquisition time (in ADC clock cycles).

Definition at line 378 of file em_adc.h.

Referenced by ADC_InitSingle().

Select if single ended or differential input.

Definition at line 396 of file em_adc.h.

Referenced by ADC_InitSingle().

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

Definition at line 393 of file em_adc.h.

Referenced by ADC_InitSingle().

Select if left adjustment should be done.

Definition at line 402 of file em_adc.h.

Referenced by ADC_InitSingle().

Peripheral reflex system trigger enable.

Definition at line 399 of file em_adc.h.

Referenced by ADC_InitSingle().

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

Definition at line 375 of file em_adc.h.

Referenced by ADC_InitSingle().

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

Definition at line 384 of file em_adc.h.

Referenced by ADC_InitSingle().

Select if continuous conversion until explicit stop.

Definition at line 405 of file em_adc.h.

Referenced by ADC_InitSingle().

Sample resolution.

Definition at line 387 of file em_adc.h.

Referenced by ADC_InitSingle().


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