STM32H735xx HAL User Manual
|
Defines | |
#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
Definition at line 738 of file stm32h7xx_hal_adc.h.
#define ADC_CONVERSIONDATA_DMA_CIRCULAR ((uint32_t)(ADC_CFGR_DMNGT_0 | ADC_CFGR_DMNGT_1)) |
DMA circular mode selected
Definition at line 740 of file stm32h7xx_hal_adc.h.
#define ADC_CONVERSIONDATA_DMA_ONESHOT ((uint32_t)ADC_CFGR_DMNGT_0) |
DMA one shot mode selected
Definition at line 739 of file stm32h7xx_hal_adc.h.
#define ADC_CONVERSIONDATA_DR ((uint32_t)0x00000000) |
Regular Conversion data stored in DR register only
Definition at line 737 of file stm32h7xx_hal_adc.h.