Home
last modified time | relevance | path

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

/loramac-node-latest/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Inc/
Dstm32l4xx_hal_dfsdm.h194 FunctionalState FastMode; /*!< Enable/disable fast mode for regular conversion */ member
/loramac-node-latest/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Src/
Dstm32l4xx_hal_dfsdm.c1277 assert_param(IS_FUNCTIONAL_STATE(hdfsdm_filter->Init.RegularParam.FastMode)); in HAL_DFSDM_FilterInit()
1322 if (hdfsdm_filter->Init.RegularParam.FastMode == ENABLE) in HAL_DFSDM_FilterInit()