Home
last modified time | relevance | path

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

/loramac-node-latest/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Inc/
Dstm32l4xx_hal_dfsdm.h195 FunctionalState DmaMode; /*!< Enable/disable DMA for regular conversion */ member
206 FunctionalState DmaMode; /*!< Enable/disable DMA for injected conversion */ member
/loramac-node-latest/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Src/
Dstm32l4xx_hal_dfsdm.c1278 assert_param(IS_FUNCTIONAL_STATE(hdfsdm_filter->Init.RegularParam.DmaMode)); in HAL_DFSDM_FilterInit()
1281 assert_param(IS_FUNCTIONAL_STATE(hdfsdm_filter->Init.InjectedParam.DmaMode)); in HAL_DFSDM_FilterInit()
1331 if (hdfsdm_filter->Init.RegularParam.DmaMode == ENABLE) in HAL_DFSDM_FilterInit()
1358 if (hdfsdm_filter->Init.InjectedParam.DmaMode == ENABLE) in HAL_DFSDM_FilterInit()