/hal_stm32-2.7.6/stm32cube/stm32f4xx/drivers/src/ |
D | stm32f4xx_hal_dma.c | 199 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()
|
D | stm32f4xx_ll_dma.c | 306 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/ |
D | stm32f7xx_hal_dma.c | 200 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()
|
D | stm32f7xx_ll_dma.c | 327 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/ |
D | stm32f2xx_hal_dma.c | 199 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()
|
D | stm32f2xx_ll_dma.c | 308 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/ |
D | stm32mp1xx_hal_dma.c | 207 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()
|
D | stm32mp1xx_ll_dma.c | 299 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/ |
D | stm32h7xx_hal_dma.c | 243 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()
|
D | stm32h7xx_ll_dma.c | 306 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/ |
D | stm32f7xx_hal_dma.h | 86 …uint32_t MemBurst; /*!< Specifies the Burst transfer configuration for the memory tran… member
|
D | stm32f7xx_ll_dma.h | 159 …uint32_t MemBurst; /*!< Specifies the Burst transfer configuration for the memory tr… member
|
/hal_stm32-2.7.6/stm32cube/stm32f2xx/drivers/include/ |
D | stm32f2xx_hal_dma.h | 86 …uint32_t MemBurst; /*!< Specifies the Burst transfer configuration for the memory tran… member
|
D | stm32f2xx_ll_dma.h | 156 …uint32_t MemBurst; /*!< Specifies the Burst transfer configuration for the memory tr… member
|
/hal_stm32-2.7.6/stm32cube/stm32f4xx/drivers/include/ |
D | stm32f4xx_hal_dma.h | 86 …uint32_t MemBurst; /*!< Specifies the Burst transfer configuration for the memory tran… member
|
D | stm32f4xx_ll_dma.h | 156 …uint32_t MemBurst; /*!< Specifies the Burst transfer configuration for the memory tr… member
|
/hal_stm32-2.7.6/stm32cube/stm32mp1xx/drivers/include/ |
D | stm32mp1xx_hal_dma.h | 86 …uint32_t MemBurst; /*!< Specifies the Burst transfer configuration for the memory tran… member
|
D | stm32mp1xx_ll_dma.h | 159 …uint32_t MemBurst; /*!< Specifies the Burst transfer configuration for the memory tr… member
|
/hal_stm32-2.7.6/stm32cube/stm32h7xx/drivers/include/ |
D | stm32h7xx_ll_dma.h | 160 …uint32_t MemBurst; /*!< Specifies the Burst transfer configuration for the memory tr… member
|
D | stm32h7xx_hal_dma.h | 86 …uint32_t MemBurst; /*!< Specifies the Burst transfer configuration for the memory tran… member
|