/hal_stm32-latest/stm32cube/stm32f2xx/drivers/src/ |
D | stm32f2xx_hal_dma.c | 200 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()
|
D | stm32f2xx_ll_dma.c | 307 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/ |
D | stm32f7xx_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() 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()
|
D | stm32f7xx_ll_dma.c | 326 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/ |
D | stm32f4xx_hal_dma.c | 198 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()
|
D | stm32f4xx_ll_dma.c | 305 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/ |
D | stm32mp1xx_hal_dma.c | 206 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()
|
D | stm32mp1xx_ll_dma.c | 301 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/ |
D | stm32h7xx_hal_dma.c | 248 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()
|
D | stm32h7xx_ll_dma.c | 313 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/ |
D | stm32f7xx_hal_dma.h | 85 …uint32_t MemBurst; /*!< Specifies the Burst transfer configuration for the memory tran… member
|
D | stm32f7xx_ll_dma.h | 158 …uint32_t MemBurst; /*!< Specifies the Burst transfer configuration for the memory tr… member
|
/hal_stm32-latest/stm32cube/stm32f2xx/drivers/include/ |
D | stm32f2xx_hal_dma.h | 85 …uint32_t MemBurst; /*!< Specifies the Burst transfer configuration for the memory tran… member
|
D | stm32f2xx_ll_dma.h | 155 …uint32_t MemBurst; /*!< Specifies the Burst transfer configuration for the memory tr… member
|
/hal_stm32-latest/stm32cube/stm32f4xx/drivers/include/ |
D | stm32f4xx_hal_dma.h | 85 …uint32_t MemBurst; /*!< Specifies the Burst transfer configuration for the memory tran… member
|
D | stm32f4xx_ll_dma.h | 155 …uint32_t MemBurst; /*!< Specifies the Burst transfer configuration for the memory tr… member
|
/hal_stm32-latest/stm32cube/stm32mp1xx/drivers/include/ |
D | stm32mp1xx_hal_dma.h | 85 …uint32_t MemBurst; /*!< Specifies the Burst transfer configuration for the memory tran… member
|
D | stm32mp1xx_ll_dma.h | 158 …uint32_t MemBurst; /*!< Specifies the Burst transfer configuration for the memory tr… member
|
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/include/ |
D | stm32h7xx_hal_dma.h | 85 …uint32_t MemBurst; /*!< Specifies the Burst transfer configuration for the memory tran… member
|
D | stm32h7xx_ll_dma.h | 164 …uint32_t MemBurst; /*!< Specifies the Burst transfer configuration for the memo… member
|