Home
last modified time | relevance | path

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

/loramac-node-latest/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Inc/
Dstm32l4xx_hal_dfsdm.h870 #define IS_DFSDM_CONTINUOUS_MODE(MODE) (((MODE) == DFSDM_CONTINUOUS_CONV_OFF) || \ macro
/loramac-node-latest/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Src/
Dstm32l4xx_hal_dfsdm.c1727 assert_param(IS_DFSDM_CONTINUOUS_MODE(ContinuousMode)); in HAL_DFSDM_FilterConfigRegChannel()