ADC_InitScan_TypeDef Struct Reference
Scan sequence initialization structure.
#include <em_adc.h>
Data Fields |
|
ADC_PRSSEL_TypeDef | prsSel |
Peripheral reflex system trigger selection.
|
|
ADC_AcqTime_TypeDef | acqTime |
Acquisition time (in ADC clock cycles).
|
|
ADC_Ref_TypeDef | reference |
Sample reference selection.
|
|
ADC_Res_TypeDef | resolution |
Sample resolution.
|
|
ADC_InitScanInput_TypeDef | scanInputConfig |
Scan input configuration.
|
|
bool | diff |
Select if single-ended or differential input.
|
|
bool | prsEnable |
Peripheral reflex system trigger enable.
|
|
bool | leftAdjust |
Select if left adjustment should be done.
|
|
bool | rep |
Select if continuous conversion until explicit stop.
|
|
bool | scanDmaEm2Wu |
When true, DMA is available in EM2 for scan conversion.
|
|
bool | fifoOverwrite |