Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32l5xx/drivers/include/
Dstm32l5xx_hal_dfsdm.h174 FunctionalState DmaMode; /*!< Enable/disable DMA for regular conversion */ member
185 FunctionalState DmaMode; /*!< Enable/disable DMA for injected conversion */ member
/hal_stm32-latest/stm32cube/stm32f7xx/drivers/include/
Dstm32f7xx_hal_dfsdm.h174 FunctionalState DmaMode; /*!< Enable/disable DMA for regular conversion */ member
185 FunctionalState DmaMode; /*!< Enable/disable DMA for injected conversion */ member
/hal_stm32-latest/stm32cube/stm32mp1xx/drivers/include/
Dstm32mp1xx_hal_dfsdm.h174 FunctionalState DmaMode; /*!< Enable/disable DMA for regular conversion */ member
185 FunctionalState DmaMode; /*!< Enable/disable DMA for injected conversion */ member
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/include/
Dstm32h7xx_hal_dfsdm.h174 FunctionalState DmaMode; /*!< Enable/disable DMA for regular conversion */ member
185 FunctionalState DmaMode; /*!< Enable/disable DMA for injected conversion */ member
/hal_stm32-latest/stm32cube/stm32mp1xx/drivers/src/
Dstm32mp1xx_hal_dfsdm.c1266 assert_param(IS_FUNCTIONAL_STATE(hdfsdm_filter->Init.RegularParam.DmaMode)); in HAL_DFSDM_FilterInit()
1269 assert_param(IS_FUNCTIONAL_STATE(hdfsdm_filter->Init.InjectedParam.DmaMode)); in HAL_DFSDM_FilterInit()
1319 if(hdfsdm_filter->Init.RegularParam.DmaMode == ENABLE) in HAL_DFSDM_FilterInit()
1346 if(hdfsdm_filter->Init.InjectedParam.DmaMode == ENABLE) in HAL_DFSDM_FilterInit()
/hal_stm32-latest/stm32cube/stm32f7xx/drivers/src/
Dstm32f7xx_hal_dfsdm.c1268 assert_param(IS_FUNCTIONAL_STATE(hdfsdm_filter->Init.RegularParam.DmaMode)); in HAL_DFSDM_FilterInit()
1271 assert_param(IS_FUNCTIONAL_STATE(hdfsdm_filter->Init.InjectedParam.DmaMode)); in HAL_DFSDM_FilterInit()
1321 if(hdfsdm_filter->Init.RegularParam.DmaMode == ENABLE) in HAL_DFSDM_FilterInit()
1348 if(hdfsdm_filter->Init.InjectedParam.DmaMode == ENABLE) in HAL_DFSDM_FilterInit()
/hal_stm32-latest/stm32cube/stm32l4xx/drivers/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()
/hal_stm32-latest/stm32cube/stm32l5xx/drivers/src/
Dstm32l5xx_hal_dfsdm.c1266 assert_param(IS_FUNCTIONAL_STATE(hdfsdm_filter->Init.RegularParam.DmaMode)); in HAL_DFSDM_FilterInit()
1269 assert_param(IS_FUNCTIONAL_STATE(hdfsdm_filter->Init.InjectedParam.DmaMode)); in HAL_DFSDM_FilterInit()
1319 if (hdfsdm_filter->Init.RegularParam.DmaMode == ENABLE) in HAL_DFSDM_FilterInit()
1346 if (hdfsdm_filter->Init.InjectedParam.DmaMode == ENABLE) in HAL_DFSDM_FilterInit()
/hal_stm32-latest/stm32cube/stm32l4xx/drivers/include/
Dstm32l4xx_hal_dfsdm.h183 FunctionalState DmaMode; /*!< Enable/disable DMA for regular conversion */ member
194 FunctionalState DmaMode; /*!< Enable/disable DMA for injected conversion */ member
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/src/
Dstm32h7xx_hal_dfsdm.c1448 assert_param(IS_FUNCTIONAL_STATE(hdfsdm_filter->Init.RegularParam.DmaMode)); in HAL_DFSDM_FilterInit()
1451 assert_param(IS_FUNCTIONAL_STATE(hdfsdm_filter->Init.InjectedParam.DmaMode)); in HAL_DFSDM_FilterInit()
1514 if(hdfsdm_filter->Init.RegularParam.DmaMode == ENABLE) in HAL_DFSDM_FilterInit()
1541 if(hdfsdm_filter->Init.InjectedParam.DmaMode == ENABLE) in HAL_DFSDM_FilterInit()
/hal_stm32-latest/stm32cube/stm32f4xx/drivers/include/
Dstm32f4xx_hal_dfsdm.h174 FunctionalState DmaMode; /*!< Enable/disable DMA for regular conversion */ member
185 FunctionalState DmaMode; /*!< Enable/disable DMA for injected conversion */ member
/hal_stm32-latest/stm32cube/stm32f4xx/drivers/src/
Dstm32f4xx_hal_dfsdm.c1700 assert_param(IS_FUNCTIONAL_STATE(hdfsdm_filter->Init.RegularParam.DmaMode)); in HAL_DFSDM_FilterInit()
1703 assert_param(IS_FUNCTIONAL_STATE(hdfsdm_filter->Init.InjectedParam.DmaMode)); in HAL_DFSDM_FilterInit()
1761 if(hdfsdm_filter->Init.RegularParam.DmaMode == ENABLE) in HAL_DFSDM_FilterInit()
1788 if(hdfsdm_filter->Init.InjectedParam.DmaMode == ENABLE) in HAL_DFSDM_FilterInit()