Home
last modified time | relevance | path

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

/hal_stm32-2.7.6/stm32cube/stm32f4xx/drivers/src/
Dstm32f4xx_hal_dma.c199 assert_param(IS_DMA_MEMORY_BURST(hdma->Init.MemBurst)); in HAL_DMA_Init()
247 tmp |= hdma->Init.MemBurst | hdma->Init.PeriphBurst; in HAL_DMA_Init()
270 if (hdma->Init.MemBurst != DMA_MBURST_SINGLE) in HAL_DMA_Init()
1224 if ((hdma->Init.MemBurst & DMA_SxCR_MBURST_1) == DMA_SxCR_MBURST_1) in DMA_CheckFifoParam()
1230 if (hdma->Init.MemBurst == DMA_MBURST_INC16) in DMA_CheckFifoParam()
1252 if ((hdma->Init.MemBurst & DMA_SxCR_MBURST_1) == DMA_SxCR_MBURST_1) in DMA_CheckFifoParam()
1258 if (hdma->Init.MemBurst == DMA_MBURST_INC16) in DMA_CheckFifoParam()
1279 if ((hdma->Init.MemBurst & DMA_SxCR_MBURST_1) == DMA_SxCR_MBURST_1) in DMA_CheckFifoParam()
Dstm32f4xx_ll_dma.c306 assert_param(IS_LL_DMA_MEMORY_BURST(DMA_InitStruct->MemBurst)); in LL_DMA_Init()
344 LL_DMA_SetMemoryBurstxfer(DMAx,Stream,DMA_InitStruct->MemBurst); in LL_DMA_Init()
401 DMA_InitStruct->MemBurst = LL_DMA_MBURST_SINGLE; in LL_DMA_StructInit()
/hal_stm32-2.7.6/stm32cube/stm32f7xx/drivers/src/
Dstm32f7xx_hal_dma.c200 assert_param(IS_DMA_MEMORY_BURST(hdma->Init.MemBurst)); in HAL_DMA_Init()
248 tmp |= hdma->Init.MemBurst | hdma->Init.PeriphBurst; in HAL_DMA_Init()
271 if (hdma->Init.MemBurst != DMA_MBURST_SINGLE) in HAL_DMA_Init()
1226 if ((hdma->Init.MemBurst & DMA_SxCR_MBURST_1) == DMA_SxCR_MBURST_1) in DMA_CheckFifoParam()
1232 if (hdma->Init.MemBurst == DMA_MBURST_INC16) in DMA_CheckFifoParam()
1254 if ((hdma->Init.MemBurst & DMA_SxCR_MBURST_1) == DMA_SxCR_MBURST_1) in DMA_CheckFifoParam()
1260 if (hdma->Init.MemBurst == DMA_MBURST_INC16) in DMA_CheckFifoParam()
1281 if ((hdma->Init.MemBurst & DMA_SxCR_MBURST_1) == DMA_SxCR_MBURST_1) in DMA_CheckFifoParam()
Dstm32f7xx_ll_dma.c327 assert_param(IS_LL_DMA_MEMORY_BURST(DMA_InitStruct->MemBurst)); in LL_DMA_Init()
365 LL_DMA_SetMemoryBurstxfer(DMAx,Stream,DMA_InitStruct->MemBurst); in LL_DMA_Init()
422 DMA_InitStruct->MemBurst = LL_DMA_MBURST_SINGLE; in LL_DMA_StructInit()
/hal_stm32-2.7.6/stm32cube/stm32f2xx/drivers/src/
Dstm32f2xx_hal_dma.c199 assert_param(IS_DMA_MEMORY_BURST(hdma->Init.MemBurst)); in HAL_DMA_Init()
248 tmp |= hdma->Init.MemBurst | hdma->Init.PeriphBurst; in HAL_DMA_Init()
271 if (hdma->Init.MemBurst != DMA_MBURST_SINGLE) in HAL_DMA_Init()
1226 if ((hdma->Init.MemBurst & DMA_SxCR_MBURST_1) == DMA_SxCR_MBURST_1) in DMA_CheckFifoParam()
1232 if (hdma->Init.MemBurst == DMA_MBURST_INC16) in DMA_CheckFifoParam()
1254 if ((hdma->Init.MemBurst & DMA_SxCR_MBURST_1) == DMA_SxCR_MBURST_1) in DMA_CheckFifoParam()
1260 if (hdma->Init.MemBurst == DMA_MBURST_INC16) in DMA_CheckFifoParam()
1281 if ((hdma->Init.MemBurst & DMA_SxCR_MBURST_1) == DMA_SxCR_MBURST_1) in DMA_CheckFifoParam()
Dstm32f2xx_ll_dma.c308 assert_param(IS_LL_DMA_MEMORY_BURST(DMA_InitStruct->MemBurst)); in LL_DMA_Init()
346 LL_DMA_SetMemoryBurstxfer(DMAx,Stream,DMA_InitStruct->MemBurst); in LL_DMA_Init()
403 DMA_InitStruct->MemBurst = LL_DMA_MBURST_SINGLE; in LL_DMA_StructInit()
/hal_stm32-2.7.6/stm32cube/stm32mp1xx/drivers/src/
Dstm32mp1xx_hal_dma.c207 assert_param(IS_DMA_MEMORY_BURST(hdma->Init.MemBurst)); in HAL_DMA_Init()
255 registerValue |= hdma->Init.MemBurst | hdma->Init.PeriphBurst; in HAL_DMA_Init()
278 if (hdma->Init.MemBurst != DMA_MBURST_SINGLE) in HAL_DMA_Init()
1459 if ((hdma->Init.MemBurst & DMA_SxCR_MBURST_1) == DMA_SxCR_MBURST_1) in DMA_CheckFifoParam()
1466 if (hdma->Init.MemBurst == DMA_MBURST_INC16) in DMA_CheckFifoParam()
1491 if ((hdma->Init.MemBurst & DMA_SxCR_MBURST_1) == DMA_SxCR_MBURST_1) in DMA_CheckFifoParam()
1498 if (hdma->Init.MemBurst == DMA_MBURST_INC16) in DMA_CheckFifoParam()
1521 if ((hdma->Init.MemBurst & DMA_SxCR_MBURST_1) == DMA_SxCR_MBURST_1) in DMA_CheckFifoParam()
Dstm32mp1xx_ll_dma.c299 assert_param(IS_LL_DMA_MEMORY_BURST(DMA_InitStruct->MemBurst)); in LL_DMA_Init()
337 LL_DMA_SetMemoryBurstxfer(DMAx, Stream, DMA_InitStruct->MemBurst); in LL_DMA_Init()
394 DMA_InitStruct->MemBurst = LL_DMA_MBURST_SINGLE; in LL_DMA_StructInit()
/hal_stm32-2.7.6/stm32cube/stm32h7xx/drivers/src/
Dstm32h7xx_hal_dma.c243 assert_param(IS_DMA_MEMORY_BURST(hdma->Init.MemBurst)); in HAL_DMA_Init()
291 registerValue |= hdma->Init.MemBurst | hdma->Init.PeriphBurst; in HAL_DMA_Init()
328 if(hdma->Init.MemBurst != DMA_MBURST_SINGLE) in HAL_DMA_Init()
1902 if ((hdma->Init.MemBurst & DMA_SxCR_MBURST_1) == DMA_SxCR_MBURST_1) in DMA_CheckFifoParam()
1909 if (hdma->Init.MemBurst == DMA_MBURST_INC16) in DMA_CheckFifoParam()
1934 if ((hdma->Init.MemBurst & DMA_SxCR_MBURST_1) == DMA_SxCR_MBURST_1) in DMA_CheckFifoParam()
1941 if (hdma->Init.MemBurst == DMA_MBURST_INC16) in DMA_CheckFifoParam()
1964 if ((hdma->Init.MemBurst & DMA_SxCR_MBURST_1) == DMA_SxCR_MBURST_1) in DMA_CheckFifoParam()
Dstm32h7xx_ll_dma.c306 assert_param(IS_LL_DMA_MEMORY_BURST(DMA_InitStruct->MemBurst)); in LL_DMA_Init()
344 LL_DMA_SetMemoryBurstxfer(DMAx, Stream, DMA_InitStruct->MemBurst); in LL_DMA_Init()
401 DMA_InitStruct->MemBurst = LL_DMA_MBURST_SINGLE; in LL_DMA_StructInit()
/hal_stm32-2.7.6/stm32cube/stm32f7xx/drivers/include/
Dstm32f7xx_hal_dma.h86 …uint32_t MemBurst; /*!< Specifies the Burst transfer configuration for the memory tran… member
Dstm32f7xx_ll_dma.h159 …uint32_t MemBurst; /*!< Specifies the Burst transfer configuration for the memory tr… member
/hal_stm32-2.7.6/stm32cube/stm32f2xx/drivers/include/
Dstm32f2xx_hal_dma.h86 …uint32_t MemBurst; /*!< Specifies the Burst transfer configuration for the memory tran… member
Dstm32f2xx_ll_dma.h156 …uint32_t MemBurst; /*!< Specifies the Burst transfer configuration for the memory tr… member
/hal_stm32-2.7.6/stm32cube/stm32f4xx/drivers/include/
Dstm32f4xx_hal_dma.h86 …uint32_t MemBurst; /*!< Specifies the Burst transfer configuration for the memory tran… member
Dstm32f4xx_ll_dma.h156 …uint32_t MemBurst; /*!< Specifies the Burst transfer configuration for the memory tr… member
/hal_stm32-2.7.6/stm32cube/stm32mp1xx/drivers/include/
Dstm32mp1xx_hal_dma.h86 …uint32_t MemBurst; /*!< Specifies the Burst transfer configuration for the memory tran… member
Dstm32mp1xx_ll_dma.h159 …uint32_t MemBurst; /*!< Specifies the Burst transfer configuration for the memory tr… member
/hal_stm32-2.7.6/stm32cube/stm32h7xx/drivers/include/
Dstm32h7xx_ll_dma.h160 …uint32_t MemBurst; /*!< Specifies the Burst transfer configuration for the memory tr… member
Dstm32h7xx_hal_dma.h86 …uint32_t MemBurst; /*!< Specifies the Burst transfer configuration for the memory tran… member