STM32H735xx HAL User Manual
|
Defines | |
#define | ADC_DFSDM_MODE_DISABLE (0x00000000UL) |
#define | ADC_DFSDM_MODE_ENABLE (LL_ADC_REG_DFSDM_TRANSFER_ENABLE) |
#define ADC_DFSDM_MODE_DISABLE (0x00000000UL) |
ADC conversions are not transferred by DFSDM.
Definition at line 418 of file stm32h7xx_hal_adc_ex.h.
#define ADC_DFSDM_MODE_ENABLE (LL_ADC_REG_DFSDM_TRANSFER_ENABLE) |
ADC conversion data are transferred to DFSDM for post processing. The ADC conversion data format must be 16-bit signed and right aligned, refer to reference manual. DFSDM transfer cannot be used if DMA transfer is enabled.
Definition at line 419 of file stm32h7xx_hal_adc_ex.h.