STM32F439xx HAL User Manual
Defines
DIRECTION
DMA Exported Constants

Defines

#define LL_DMA_DIRECTION_PERIPH_TO_MEMORY   0x00000000U
#define LL_DMA_DIRECTION_MEMORY_TO_PERIPH   DMA_SxCR_DIR_0
#define LL_DMA_DIRECTION_MEMORY_TO_MEMORY   DMA_SxCR_DIR_1

Define Documentation

#define LL_DMA_DIRECTION_MEMORY_TO_MEMORY   DMA_SxCR_DIR_1

Memory to memory direction

Definition at line 219 of file stm32f4xx_ll_dma.h.

#define LL_DMA_DIRECTION_MEMORY_TO_PERIPH   DMA_SxCR_DIR_0

Memory to peripheral direction

Definition at line 218 of file stm32f4xx_ll_dma.h.

Referenced by LL_DMA_ConfigAddresses().

#define LL_DMA_DIRECTION_PERIPH_TO_MEMORY   0x00000000U

Peripheral to memory direction

Definition at line 217 of file stm32f4xx_ll_dma.h.

Referenced by LL_DMA_StructInit().