Home
last modified time | relevance | path

Searched refs:FIFOMode (Results 1 – 20 of 20) sorted by relevance

/hal_stm32-latest/stm32cube/stm32f2xx/drivers/src/
Dstm32f2xx_ll_dma.c301 assert_param(IS_LL_DMA_FIFO_MODE_STATE(DMA_InitStruct->FIFOMode)); in LL_DMA_Init()
304 if(DMA_InitStruct->FIFOMode != LL_DMA_FIFOMODE_DISABLE) in LL_DMA_Init()
332 if(DMA_InitStruct->FIFOMode != LL_DMA_FIFOMODE_DISABLE) in LL_DMA_Init()
339 LL_DMA_ConfigFifo(DMAx, Stream, DMA_InitStruct->FIFOMode, DMA_InitStruct->FIFOThreshold); in LL_DMA_Init()
400 DMA_InitStruct->FIFOMode = LL_DMA_FIFOMODE_DISABLE; in LL_DMA_StructInit()
Dstm32f2xx_hal_dma.c194 assert_param(IS_DMA_FIFO_MODE_STATE(hdma->Init.FIFOMode)); in HAL_DMA_Init()
197 if(hdma->Init.FIFOMode != DMA_FIFOMODE_DISABLE) in HAL_DMA_Init()
246 if(hdma->Init.FIFOMode == DMA_FIFOMODE_ENABLE) in HAL_DMA_Init()
262 tmp |= hdma->Init.FIFOMode; in HAL_DMA_Init()
265 if(hdma->Init.FIFOMode == DMA_FIFOMODE_ENABLE) in HAL_DMA_Init()
/hal_stm32-latest/stm32cube/stm32f4xx/drivers/src/
Dstm32f4xx_ll_dma.c299 assert_param(IS_LL_DMA_FIFO_MODE_STATE(DMA_InitStruct->FIFOMode)); in LL_DMA_Init()
302 if(DMA_InitStruct->FIFOMode != LL_DMA_FIFOMODE_DISABLE) in LL_DMA_Init()
330 if(DMA_InitStruct->FIFOMode != LL_DMA_FIFOMODE_DISABLE) in LL_DMA_Init()
337 LL_DMA_ConfigFifo(DMAx, Stream, DMA_InitStruct->FIFOMode, DMA_InitStruct->FIFOThreshold); in LL_DMA_Init()
398 DMA_InitStruct->FIFOMode = LL_DMA_FIFOMODE_DISABLE; in LL_DMA_StructInit()
Dstm32f4xx_hal_dma.c192 assert_param(IS_DMA_FIFO_MODE_STATE(hdma->Init.FIFOMode)); in HAL_DMA_Init()
195 if(hdma->Init.FIFOMode != DMA_FIFOMODE_DISABLE) in HAL_DMA_Init()
243 if(hdma->Init.FIFOMode == DMA_FIFOMODE_ENABLE) in HAL_DMA_Init()
259 tmp |= hdma->Init.FIFOMode; in HAL_DMA_Init()
262 if(hdma->Init.FIFOMode == DMA_FIFOMODE_ENABLE) in HAL_DMA_Init()
/hal_stm32-latest/stm32cube/stm32mp1xx/drivers/src/
Dstm32mp1xx_ll_dma.c295 assert_param(IS_LL_DMA_FIFO_MODE_STATE(DMA_InitStruct->FIFOMode)); in LL_DMA_Init()
298 if (DMA_InitStruct->FIFOMode != LL_DMA_FIFOMODE_DISABLE) in LL_DMA_Init()
328 if (DMA_InitStruct->FIFOMode != LL_DMA_FIFOMODE_DISABLE) in LL_DMA_Init()
335 LL_DMA_ConfigFifo(DMAx, Stream, DMA_InitStruct->FIFOMode, DMA_InitStruct->FIFOThreshold); in LL_DMA_Init()
397 DMA_InitStruct->FIFOMode = LL_DMA_FIFOMODE_DISABLE; in LL_DMA_StructInit()
Dstm32mp1xx_hal_dma.c200 assert_param(IS_DMA_FIFO_MODE_STATE(hdma->Init.FIFOMode)); in HAL_DMA_Init()
203 if (hdma->Init.FIFOMode != DMA_FIFOMODE_DISABLE) in HAL_DMA_Init()
253 if (hdma->Init.FIFOMode == DMA_FIFOMODE_ENABLE) in HAL_DMA_Init()
269 registerValue |= hdma->Init.FIFOMode; in HAL_DMA_Init()
272 if (hdma->Init.FIFOMode == DMA_FIFOMODE_ENABLE) in HAL_DMA_Init()
/hal_stm32-latest/stm32cube/stm32f7xx/drivers/src/
Dstm32f7xx_ll_dma.c320 assert_param(IS_LL_DMA_FIFO_MODE_STATE(DMA_InitStruct->FIFOMode)); in LL_DMA_Init()
323 if(DMA_InitStruct->FIFOMode != LL_DMA_FIFOMODE_DISABLE) in LL_DMA_Init()
351 if(DMA_InitStruct->FIFOMode != LL_DMA_FIFOMODE_DISABLE) in LL_DMA_Init()
358 LL_DMA_ConfigFifo(DMAx, Stream, DMA_InitStruct->FIFOMode, DMA_InitStruct->FIFOThreshold); in LL_DMA_Init()
419 DMA_InitStruct->FIFOMode = LL_DMA_FIFOMODE_DISABLE; in LL_DMA_StructInit()
Dstm32f7xx_hal_dma.c193 assert_param(IS_DMA_FIFO_MODE_STATE(hdma->Init.FIFOMode)); in HAL_DMA_Init()
196 if(hdma->Init.FIFOMode != DMA_FIFOMODE_DISABLE) in HAL_DMA_Init()
245 if(hdma->Init.FIFOMode == DMA_FIFOMODE_ENABLE) in HAL_DMA_Init()
261 tmp |= hdma->Init.FIFOMode; in HAL_DMA_Init()
264 if(hdma->Init.FIFOMode == DMA_FIFOMODE_ENABLE) in HAL_DMA_Init()
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/src/
Dstm32h7xx_ll_dma.c304 assert_param(IS_LL_DMA_FIFO_MODE_STATE(DMA_InitStruct->FIFOMode)); in LL_DMA_Init()
310 if (DMA_InitStruct->FIFOMode != LL_DMA_FIFOMODE_DISABLE) in LL_DMA_Init()
342 if (DMA_InitStruct->FIFOMode != LL_DMA_FIFOMODE_DISABLE) in LL_DMA_Init()
349 LL_DMA_ConfigFifo(DMAx, Stream, DMA_InitStruct->FIFOMode, DMA_InitStruct->FIFOThreshold); in LL_DMA_Init()
410 DMA_InitStruct->FIFOMode = LL_DMA_FIFOMODE_DISABLE; in LL_DMA_StructInit()
Dstm32h7xx_hal_dma.c242 assert_param(IS_DMA_FIFO_MODE_STATE(hdma->Init.FIFOMode)); in HAL_DMA_Init()
245 if(hdma->Init.FIFOMode != DMA_FIFOMODE_DISABLE) in HAL_DMA_Init()
293 if(hdma->Init.FIFOMode == DMA_FIFOMODE_ENABLE) in HAL_DMA_Init()
323 registerValue |= hdma->Init.FIFOMode; in HAL_DMA_Init()
326 if(hdma->Init.FIFOMode == DMA_FIFOMODE_ENABLE) in HAL_DMA_Init()
/hal_stm32-latest/stm32cube/stm32f7xx/drivers/include/
Dstm32f7xx_hal_dma.h77 …uint32_t FIFOMode; /*!< Specifies if the FIFO mode or Direct mode will be used for the… member
Dstm32f7xx_ll_dma.h146 …uint32_t FIFOMode; /*!< Specifies if the FIFO mode or Direct mode will be used for t… member
/hal_stm32-latest/stm32cube/stm32f2xx/drivers/include/
Dstm32f2xx_hal_dma.h77 …uint32_t FIFOMode; /*!< Specifies if the FIFO mode or Direct mode will be used for the… member
Dstm32f2xx_ll_dma.h143 …uint32_t FIFOMode; /*!< Specifies if the FIFO mode or Direct mode will be used for t… member
/hal_stm32-latest/stm32cube/stm32f4xx/drivers/include/
Dstm32f4xx_hal_dma.h77 …uint32_t FIFOMode; /*!< Specifies if the FIFO mode or Direct mode will be used for the… member
Dstm32f4xx_ll_dma.h143 …uint32_t FIFOMode; /*!< Specifies if the FIFO mode or Direct mode will be used for t… member
/hal_stm32-latest/stm32cube/stm32mp1xx/drivers/include/
Dstm32mp1xx_hal_dma.h77 …uint32_t FIFOMode; /*!< Specifies if the FIFO mode or Direct mode will be used for the… member
Dstm32mp1xx_ll_dma.h146 …uint32_t FIFOMode; /*!< Specifies if the FIFO mode or Direct mode will be used for t… member
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/include/
Dstm32h7xx_hal_dma.h77 …uint32_t FIFOMode; /*!< Specifies if the FIFO mode or Direct mode will be used for the… member
Dstm32h7xx_ll_dma.h152 …uint32_t FIFOMode; /*!< Specifies if the FIFO mode or Direct mode will be used … member