STM32H735xx HAL User Manual
Defines
DMA Data transfer direction
DMA Exported Constants

DMA data transfer direction. More...

Defines

#define DMA_PERIPH_TO_MEMORY   ((uint32_t)0x00000000U)
#define DMA_MEMORY_TO_PERIPH   ((uint32_t)DMA_SxCR_DIR_0)
#define DMA_MEMORY_TO_MEMORY   ((uint32_t)DMA_SxCR_DIR_1)

Detailed Description

DMA data transfer direction.


Define Documentation

#define DMA_MEMORY_TO_MEMORY   ((uint32_t)DMA_SxCR_DIR_1)

Memory to memory direction

Definition at line 463 of file stm32h7xx_hal_dma.h.

Referenced by HAL_DMA_Init(), HAL_DMAEx_MultiBufferStart(), and HAL_DMAEx_MultiBufferStart_IT().

#define DMA_MEMORY_TO_PERIPH   ((uint32_t)DMA_SxCR_DIR_0)

Memory to peripheral direction

Definition at line 462 of file stm32h7xx_hal_dma.h.

Referenced by DMA_MultiBufferSetConfig(), and DMA_SetConfig().

#define DMA_PERIPH_TO_MEMORY   ((uint32_t)0x00000000U)

Peripheral to memory direction

Definition at line 461 of file stm32h7xx_hal_dma.h.