Scan sequence initialization structure.
Definition at line
863
of file
em_adc.h
.
#include <
em_adc.h
>
Data Fields |
|
ADC_AcqTime_TypeDef | acqTime |
bool | diff |
bool | fifoOverwrite |
bool | leftAdjust |
bool | prsEnable |
ADC_PRSSEL_TypeDef | prsSel |
ADC_Ref_TypeDef | reference |
bool | rep |
ADC_Res_TypeDef | resolution |
bool | scanDmaEm2Wu |
ADC_InitScanInput_TypeDef | scanInputConfig |
Field Documentation
ADC_AcqTime_TypeDef ADC_InitScan_TypeDef::acqTime |
Acquisition time (in ADC clock cycles).
Definition at line
871
of file
em_adc.h
.
Referenced by ADC_InitScan() .
bool ADC_InitScan_TypeDef::diff |
Select if single-ended or differential input.
Definition at line
901
of file
em_adc.h
.
Referenced by ADC_InitScan() , ADC_ScanDifferentialInputAdd() , and ADC_ScanSingleEndedInputAdd() .
bool ADC_InitScan_TypeDef::fifoOverwrite |
When true, FIFO overwrites old data when full. If false, FIFO discards new data. The SINGLEOF IRQ is triggered in both cases.
Definition at line
920
of file
em_adc.h
.
Referenced by ADC_InitScan() .
bool ADC_InitScan_TypeDef::leftAdjust |
Select if left adjustment should be done.
Definition at line
907
of file
em_adc.h
.
Referenced by ADC_InitScan() .
bool ADC_InitScan_TypeDef::prsEnable |
Peripheral reflex system trigger enable.
Definition at line
904
of file
em_adc.h
.
Referenced by ADC_InitScan() , and MIC_init() .
ADC_PRSSEL_TypeDef ADC_InitScan_TypeDef::prsSel |
Peripheral reflex system trigger selection. Only applicable if
prsEnable
is enabled.
Definition at line
868
of file
em_adc.h
.
Referenced by ADC_InitScan() , and MIC_init() .
ADC_Ref_TypeDef ADC_InitScan_TypeDef::reference |
Sample reference selection. Note that, for external references, the ADC calibration register must be set explicitly.
Definition at line
877
of file
em_adc.h
.
Referenced by ADC_InitScan() , and MIC_init() .
bool ADC_InitScan_TypeDef::rep |
Select if continuous conversion until explicit stop.
Definition at line
910
of file
em_adc.h
.
Referenced by ADC_InitScan() .
ADC_Res_TypeDef ADC_InitScan_TypeDef::resolution |
bool ADC_InitScan_TypeDef::scanDmaEm2Wu |
When true, DMA is available in EM2 for scan conversion
Definition at line
914
of file
em_adc.h
.
Referenced by ADC_InitScan() , and MIC_init() .
ADC_InitScanInput_TypeDef ADC_InitScan_TypeDef::scanInputConfig |
Scan input configuration. Use ADC_ScanInputClear() , ADC_ScanSingleEndedInputAdd() or ADC_ScanDifferentialInputAdd() to update this structure.
Definition at line
897
of file
em_adc.h
.
Referenced by ADC_InitScan() , ADC_ScanDifferentialInputAdd() , ADC_ScanInputClear() , and ADC_ScanSingleEndedInputAdd() .
The documentation for this struct was generated from the following file:
-
C:/HandsOn/super/platform/emlib/inc/
em_adc.h