#include <em_adc.h>
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 |
Single conversion init structure.
Definition at line 352 of file em_adc.h.
Acquisition time (in ADC clock cycles).
Definition at line 361 of file em_adc.h.
Referenced by ADC_InitSingle().
Select if single ended or differential input.
Definition at line 379 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 376 of file em_adc.h.
Referenced by ADC_InitSingle().
Select if left adjustment should be done.
Definition at line 385 of file em_adc.h.
Referenced by ADC_InitSingle().
Peripheral reflex system trigger enable.
Definition at line 382 of file em_adc.h.
Referenced by ADC_InitSingle().
Peripheral reflex system trigger selection. Only applicable if prsEnable
is enabled.
Definition at line 358 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 367 of file em_adc.h.
Referenced by ADC_InitSingle().
Select if continuous conversion until explicit stop.
Definition at line 388 of file em_adc.h.
Referenced by ADC_InitSingle().