RTEMS 6.1-rc1
|
Macros | |
#define | ADC_CONVERSIONDATA_DR ((uint32_t)0x00000000) |
#define | ADC_CONVERSIONDATA_DFSDM ((uint32_t)ADC_CFGR_DMNGT_1) |
#define | ADC_CONVERSIONDATA_DMA_ONESHOT ((uint32_t)ADC_CFGR_DMNGT_0) |
#define | ADC_CONVERSIONDATA_DMA_CIRCULAR ((uint32_t)(ADC_CFGR_DMNGT_0 | ADC_CFGR_DMNGT_1)) |
#define ADC_CONVERSIONDATA_DFSDM ((uint32_t)ADC_CFGR_DMNGT_1) |
DFSDM mode selected
#define ADC_CONVERSIONDATA_DMA_CIRCULAR ((uint32_t)(ADC_CFGR_DMNGT_0 | ADC_CFGR_DMNGT_1)) |
DMA circular mode selected
#define ADC_CONVERSIONDATA_DMA_ONESHOT ((uint32_t)ADC_CFGR_DMNGT_0) |
DMA one shot mode selected
#define ADC_CONVERSIONDATA_DR ((uint32_t)0x00000000) |
Regular Conversion data stored in DR register only