HAL + 0/30 examples
CodeScope will show references to DMA_MEMORY_TO_MEMORY from the following samples and libraries:
Drivers
Boards
Examples
STM32446E_EVAL
Examples
DMA
STM32469I-Discovery
Examples
DMA
STM32469I_EVAL
Examples
DMA
STM324x9I_EVAL
Examples
DMA
STM324xG_EVAL
Examples
DMA
STM32F4-Discovery
Examples
DMA
STM32F401-Discovery
Examples
DMA
STM32F411E-Discovery
Examples
DMA
STM32F411RE-Nucleo
Examples_MIX
DMA
STM32F412G-Discovery
Examples
DMA
STM32F412ZG-Nucleo
Examples
DMA
STM32F413H-Discovery
Examples
DMA
FMC
STM32F413ZH-Nucleo
Examples
DMA
STM32F429I-Discovery
Examples
DMA
STM32F429ZI-Nucleo
Examples
DMA
STM32F446ZE-Nucleo
Examples
DMA
 
Symbols
loading...
Files
loading...

DMA_MEMORY_TO_MEMORY macro

Memory to memory direction

Syntax

#define DMA_MEMORY_TO_MEMORY ((uint32_t)DMA_SxCR_DIR_1)

Examples

DMA_MEMORY_TO_MEMORY is referenced by 30 libraries and example projects.

References

LocationText
stm32f4xx_hal_dma.h:229
#define DMA_MEMORY_TO_MEMORY ((uint32_t)DMA_SxCR_DIR_1) /*!< Memory to memory direction */
stm32f4xx_hal_dma.h:732
((DIRECTION) == DMA_MEMORY_TO_MEMORY))
stm32f4xx_hal_dma_ex.c:108
if (hdma->Init.Direction == DMA_MEMORY_TO_MEMORY)
stm32f4xx_hal_dma_ex.c:162
if (hdma->Init.Direction == DMA_MEMORY_TO_MEMORY)