Home
last modified time | relevance | path

Searched refs:DFSDM_CONTINUOUS_CONV_OFF (Results 1 – 2 of 2) sorted by relevance

/loramac-node-latest/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Src/
Dstm32l4xx_hal_dfsdm.c1295 hdfsdm_filter->RegularContMode = DFSDM_CONTINUOUS_CONV_OFF; in HAL_DFSDM_FilterInit()
1910 if ((hdfsdm_filter->RegularContMode == DFSDM_CONTINUOUS_CONV_OFF) && \ in HAL_DFSDM_FilterPollForRegConversion()
2047 (hdfsdm_filter->RegularContMode == DFSDM_CONTINUOUS_CONV_OFF) && \ in HAL_DFSDM_FilterRegularStart_DMA()
2054 (hdfsdm_filter->RegularContMode == DFSDM_CONTINUOUS_CONV_OFF) && \ in HAL_DFSDM_FilterRegularStart_DMA()
2124 (hdfsdm_filter->RegularContMode == DFSDM_CONTINUOUS_CONV_OFF) && \ in HAL_DFSDM_FilterRegularMsbStart_DMA()
2131 (hdfsdm_filter->RegularContMode == DFSDM_CONTINUOUS_CONV_OFF) && \ in HAL_DFSDM_FilterRegularMsbStart_DMA()
2954 if ((hdfsdm_filter->RegularContMode == DFSDM_CONTINUOUS_CONV_OFF) && \ in HAL_DFSDM_IRQHandler()
/loramac-node-latest/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Inc/
Dstm32l4xx_hal_dfsdm.h538 #define DFSDM_CONTINUOUS_CONV_OFF 0x00000000U /*!< Conversion are not continuous */ macro
870 #define IS_DFSDM_CONTINUOUS_MODE(MODE) (((MODE) == DFSDM_CONTINUOUS_CONV_OFF) || \