STM32H735xx HAL User Manual
|
Defines | |
#define | DFSDM_FILTER_SW_TRIGGER 0x00000000U |
#define | DFSDM_FILTER_SYNC_TRIGGER 0x00000001U |
#define | DFSDM_FILTER_EXT_TRIGGER 0x00000002U |
#define DFSDM_FILTER_EXT_TRIGGER 0x00000002U |
External trigger (only for injected conversion)
Definition at line 377 of file stm32h7xx_hal_dfsdm.h.
Referenced by DFSDM_InjConvStop(), and HAL_DFSDM_FilterInit().
#define DFSDM_FILTER_SW_TRIGGER 0x00000000U |
Software trigger
Definition at line 375 of file stm32h7xx_hal_dfsdm.h.
Referenced by DFSDM_InjConvStart(), DFSDM_InjConvStop(), DFSDM_RegConvStart(), DFSDM_RegConvStop(), HAL_DFSDM_FilterInjectedMsbStart_DMA(), HAL_DFSDM_FilterInjectedStart_DMA(), HAL_DFSDM_FilterPollForInjConversion(), HAL_DFSDM_FilterPollForRegConversion(), HAL_DFSDM_FilterRegularMsbStart_DMA(), HAL_DFSDM_FilterRegularStart_DMA(), and HAL_DFSDM_IRQHandler().
#define DFSDM_FILTER_SYNC_TRIGGER 0x00000001U |
Synchronous with DFSDM_FLT0
Definition at line 376 of file stm32h7xx_hal_dfsdm.h.
Referenced by DFSDM_InjConvStart(), DFSDM_InjConvStop(), DFSDM_RegConvStop(), and HAL_DFSDM_FilterInit().