STM32H735xx HAL User Manual
|
Defines | |
#define | DFSDM_CONTINUOUS_CONV_OFF 0x00000000U |
#define | DFSDM_CONTINUOUS_CONV_ON 0x00000001U |
#define DFSDM_CONTINUOUS_CONV_OFF 0x00000000U |
Conversion are not continuous
Definition at line 499 of file stm32h7xx_hal_dfsdm.h.
Referenced by HAL_DFSDM_FilterInit(), HAL_DFSDM_FilterPollForRegConversion(), HAL_DFSDM_FilterRegularMsbStart_DMA(), HAL_DFSDM_FilterRegularStart_DMA(), and HAL_DFSDM_IRQHandler().
#define DFSDM_CONTINUOUS_CONV_ON 0x00000001U |
Conversion are continuous
Definition at line 500 of file stm32h7xx_hal_dfsdm.h.
Referenced by HAL_DFSDM_FilterConfigRegChannel().