My Project
Loading...
Searching...
No Matches
DMA Data transfer direction

Macros

#define DMA_PERIPH_TO_MEMORY   (0x00000000U)
 
#define DMA_MEMORY_TO_PERIPH   ((uint32_t)DMA_CCR_DIR)
 
#define DMA_MEMORY_TO_MEMORY   ((uint32_t)DMA_CCR_MEM2MEM)
 

Detailed Description

Macro Definition Documentation

◆ DMA_MEMORY_TO_MEMORY

#define DMA_MEMORY_TO_MEMORY   ((uint32_t)DMA_CCR_MEM2MEM)

Memory to memory direction

◆ DMA_MEMORY_TO_PERIPH

#define DMA_MEMORY_TO_PERIPH   ((uint32_t)DMA_CCR_DIR)

Memory to peripheral direction

◆ DMA_PERIPH_TO_MEMORY

#define DMA_PERIPH_TO_MEMORY   (0x00000000U)

Peripheral to memory direction