Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32f2xx/drivers/src/
Dstm32f2xx_hal_dma.c200 assert_param(IS_DMA_MEMORY_BURST(hdma->Init.MemBurst)); in HAL_DMA_Init()
249 tmp |= hdma->Init.MemBurst | hdma->Init.PeriphBurst; in HAL_DMA_Init()
272 if (hdma->Init.MemBurst != DMA_MBURST_SINGLE) in HAL_DMA_Init()
1229 if ((hdma->Init.MemBurst & DMA_SxCR_MBURST_1) == DMA_SxCR_MBURST_1) in DMA_CheckFifoParam()
1235 if (hdma->Init.MemBurst == DMA_MBURST_INC16) in DMA_CheckFifoParam()
1257 if ((hdma->Init.MemBurst & DMA_SxCR_MBURST_1) == DMA_SxCR_MBURST_1) in DMA_CheckFifoParam()
1263 if (hdma->Init.MemBurst == DMA_MBURST_INC16) in DMA_CheckFifoParam()
1284 if ((hdma->Init.MemBurst & DMA_SxCR_MBURST_1) == DMA_SxCR_MBURST_1) in DMA_CheckFifoParam()
Dstm32f2xx_ll_dma.c307 assert_param(IS_LL_DMA_MEMORY_BURST(DMA_InitStruct->MemBurst)); in LL_DMA_Init()
345 LL_DMA_SetMemoryBurstxfer(DMAx,Stream,DMA_InitStruct->MemBurst); in LL_DMA_Init()
402 DMA_InitStruct->MemBurst = LL_DMA_MBURST_SINGLE; in LL_DMA_StructInit()
/hal_stm32-latest/stm32cube/stm32f7xx/drivers/src/
Dstm32f7xx_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()
1232 if ((hdma->Init.MemBurst & DMA_SxCR_MBURST_1) == DMA_SxCR_MBURST_1) in DMA_CheckFifoParam()
1238 if (hdma->Init.MemBurst == DMA_MBURST_INC16) in DMA_CheckFifoParam()
1260 if ((hdma->Init.MemBurst & DMA_SxCR_MBURST_1) == DMA_SxCR_MBURST_1) in DMA_CheckFifoParam()
1266 if (hdma->Init.MemBurst == DMA_MBURST_INC16) in DMA_CheckFifoParam()
1287 if ((hdma->Init.MemBurst & DMA_SxCR_MBURST_1) == DMA_SxCR_MBURST_1) in DMA_CheckFifoParam()
Dstm32f7xx_ll_dma.c326 assert_param(IS_LL_DMA_MEMORY_BURST(DMA_InitStruct->MemBurst)); in LL_DMA_Init()
364 LL_DMA_SetMemoryBurstxfer(DMAx,Stream,DMA_InitStruct->MemBurst); in LL_DMA_Init()
421 DMA_InitStruct->MemBurst = LL_DMA_MBURST_SINGLE; in LL_DMA_StructInit()
/hal_stm32-latest/stm32cube/stm32f4xx/drivers/src/
Dstm32f4xx_hal_dma.c198 assert_param(IS_DMA_MEMORY_BURST(hdma->Init.MemBurst)); in HAL_DMA_Init()
246 tmp |= hdma->Init.MemBurst | hdma->Init.PeriphBurst; in HAL_DMA_Init()
269 if (hdma->Init.MemBurst != DMA_MBURST_SINGLE) in HAL_DMA_Init()
1225 if ((hdma->Init.MemBurst & DMA_SxCR_MBURST_1) == DMA_SxCR_MBURST_1) in DMA_CheckFifoParam()
1231 if (hdma->Init.MemBurst == DMA_MBURST_INC16) in DMA_CheckFifoParam()
1253 if ((hdma->Init.MemBurst & DMA_SxCR_MBURST_1) == DMA_SxCR_MBURST_1) in DMA_CheckFifoParam()
1259 if (hdma->Init.MemBurst == DMA_MBURST_INC16) in DMA_CheckFifoParam()
1280 if ((hdma->Init.MemBurst & DMA_SxCR_MBURST_1) == DMA_SxCR_MBURST_1) in DMA_CheckFifoParam()
Dstm32f4xx_ll_dma.c305 assert_param(IS_LL_DMA_MEMORY_BURST(DMA_InitStruct->MemBurst)); in LL_DMA_Init()
343 LL_DMA_SetMemoryBurstxfer(DMAx,Stream,DMA_InitStruct->MemBurst); in LL_DMA_Init()
400 DMA_InitStruct->MemBurst = LL_DMA_MBURST_SINGLE; in LL_DMA_StructInit()
/hal_stm32-latest/stm32cube/stm32mp1xx/drivers/src/
Dstm32mp1xx_hal_dma.c206 assert_param(IS_DMA_MEMORY_BURST(hdma->Init.MemBurst)); in HAL_DMA_Init()
256 registerValue |= hdma->Init.MemBurst | hdma->Init.PeriphBurst; in HAL_DMA_Init()
279 if (hdma->Init.MemBurst != DMA_MBURST_SINGLE) in HAL_DMA_Init()
1433 if ((hdma->Init.MemBurst & DMA_SxCR_MBURST_1) == DMA_SxCR_MBURST_1) in DMA_CheckFifoParam()
1440 if (hdma->Init.MemBurst == DMA_MBURST_INC16) in DMA_CheckFifoParam()
1465 if ((hdma->Init.MemBurst & DMA_SxCR_MBURST_1) == DMA_SxCR_MBURST_1) in DMA_CheckFifoParam()
1472 if (hdma->Init.MemBurst == DMA_MBURST_INC16) in DMA_CheckFifoParam()
1495 if ((hdma->Init.MemBurst & DMA_SxCR_MBURST_1) == DMA_SxCR_MBURST_1) in DMA_CheckFifoParam()
Dstm32mp1xx_ll_dma.c301 assert_param(IS_LL_DMA_MEMORY_BURST(DMA_InitStruct->MemBurst)); in LL_DMA_Init()
341 LL_DMA_SetMemoryBurstxfer(DMAx, Stream, DMA_InitStruct->MemBurst); in LL_DMA_Init()
399 DMA_InitStruct->MemBurst = LL_DMA_MBURST_SINGLE; in LL_DMA_StructInit()
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/src/
Dstm32h7xx_hal_dma.c248 assert_param(IS_DMA_MEMORY_BURST(hdma->Init.MemBurst)); in HAL_DMA_Init()
296 registerValue |= hdma->Init.MemBurst | hdma->Init.PeriphBurst; in HAL_DMA_Init()
333 if(hdma->Init.MemBurst != DMA_MBURST_SINGLE) in HAL_DMA_Init()
1908 if ((hdma->Init.MemBurst & DMA_SxCR_MBURST_1) == DMA_SxCR_MBURST_1) in DMA_CheckFifoParam()
1915 if (hdma->Init.MemBurst == DMA_MBURST_INC16) in DMA_CheckFifoParam()
1940 if ((hdma->Init.MemBurst & DMA_SxCR_MBURST_1) == DMA_SxCR_MBURST_1) in DMA_CheckFifoParam()
1947 if (hdma->Init.MemBurst == DMA_MBURST_INC16) in DMA_CheckFifoParam()
1970 if ((hdma->Init.MemBurst & DMA_SxCR_MBURST_1) == DMA_SxCR_MBURST_1) in DMA_CheckFifoParam()
Dstm32h7xx_ll_dma.c313 assert_param(IS_LL_DMA_MEMORY_BURST(DMA_InitStruct->MemBurst)); in LL_DMA_Init()
355 LL_DMA_SetMemoryBurstxfer(DMAx, Stream, DMA_InitStruct->MemBurst); in LL_DMA_Init()
412 DMA_InitStruct->MemBurst = LL_DMA_MBURST_SINGLE; in LL_DMA_StructInit()
/hal_stm32-latest/stm32cube/stm32f7xx/drivers/include/
Dstm32f7xx_hal_dma.h85 …uint32_t MemBurst; /*!< Specifies the Burst transfer configuration for the memory tran… member
Dstm32f7xx_ll_dma.h158 …uint32_t MemBurst; /*!< Specifies the Burst transfer configuration for the memory tr… member
/hal_stm32-latest/stm32cube/stm32f2xx/drivers/include/
Dstm32f2xx_hal_dma.h85 …uint32_t MemBurst; /*!< Specifies the Burst transfer configuration for the memory tran… member
Dstm32f2xx_ll_dma.h155 …uint32_t MemBurst; /*!< Specifies the Burst transfer configuration for the memory tr… member
/hal_stm32-latest/stm32cube/stm32f4xx/drivers/include/
Dstm32f4xx_hal_dma.h85 …uint32_t MemBurst; /*!< Specifies the Burst transfer configuration for the memory tran… member
Dstm32f4xx_ll_dma.h155 …uint32_t MemBurst; /*!< Specifies the Burst transfer configuration for the memory tr… member
/hal_stm32-latest/stm32cube/stm32mp1xx/drivers/include/
Dstm32mp1xx_hal_dma.h85 …uint32_t MemBurst; /*!< Specifies the Burst transfer configuration for the memory tran… member
Dstm32mp1xx_ll_dma.h158 …uint32_t MemBurst; /*!< Specifies the Burst transfer configuration for the memory tr… member
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/include/
Dstm32h7xx_hal_dma.h85 …uint32_t MemBurst; /*!< Specifies the Burst transfer configuration for the memory tran… member
Dstm32h7xx_ll_dma.h164 …uint32_t MemBurst; /*!< Specifies the Burst transfer configuration for the memo… member