HAL
LL_DMA2D_MODE_M2M is only used within HAL.
 
Symbols
loading...
Files
loading...

LL_DMA2D_MODE_M2M macro

DMA2D memory to memory transfer mode

Syntax

#define LL_DMA2D_MODE_M2M 0x00000000U

References

LocationText
stm32f4xx_ll_dma2d.h:372
#define LL_DMA2D_MODE_M2M 0x00000000U /*!< DMA2D memory to memory transfer mode */
stm32f4xx_ll_dma2d.c:232
DMA2D_InitStruct->Mode = LL_DMA2D_MODE_M2M;