STM32L486xx HAL User Manual
Defines
Transfer Direction
DMA Exported Constants

Defines

#define LL_DMA_DIRECTION_PERIPH_TO_MEMORY   0x00000000U
#define LL_DMA_DIRECTION_MEMORY_TO_PERIPH   DMA_CCR_DIR
#define LL_DMA_DIRECTION_MEMORY_TO_MEMORY   DMA_CCR_MEM2MEM

Define Documentation

#define LL_DMA_DIRECTION_MEMORY_TO_MEMORY   DMA_CCR_MEM2MEM

Memory to memory direction

Definition at line 319 of file stm32l4xx_ll_dma.h.

#define LL_DMA_DIRECTION_MEMORY_TO_PERIPH   DMA_CCR_DIR

Memory to peripheral direction

Definition at line 318 of file stm32l4xx_ll_dma.h.

Referenced by LL_DMA_ConfigAddresses().

#define LL_DMA_DIRECTION_PERIPH_TO_MEMORY   0x00000000U

Peripheral to memory direction

Definition at line 317 of file stm32l4xx_ll_dma.h.

Referenced by LL_DMA_StructInit().