Macros

#define LL_DMA_DIRECTION_MEMORY_TO_MEMORY   DMA_CTLL_TT_FC_M2M
 
#define LL_DMA_DIRECTION_MEMORY_TO_PERIPH   DMA_CTLL_TT_FC_M2P
 
#define LL_DMA_DIRECTION_PERIPH_TO_MEMORY   DMA_CTLL_TT_FC_P2M
 
#define LL_DMA_DIRECTION_PERIPH_TO_PERIPH   DMA_CTLL_TT_FC_P2P
 

Detailed Description

Macro Definition Documentation

◆ LL_DMA_DIRECTION_MEMORY_TO_MEMORY

#define LL_DMA_DIRECTION_MEMORY_TO_MEMORY   DMA_CTLL_TT_FC_M2M

Memory to memory direction

Definition at line 162 of file ll_dma.h.

◆ LL_DMA_DIRECTION_MEMORY_TO_PERIPH

#define LL_DMA_DIRECTION_MEMORY_TO_PERIPH   DMA_CTLL_TT_FC_M2P

Memory to peripheral direction

Definition at line 163 of file ll_dma.h.

◆ LL_DMA_DIRECTION_PERIPH_TO_MEMORY

#define LL_DMA_DIRECTION_PERIPH_TO_MEMORY   DMA_CTLL_TT_FC_P2M

Peripheral to memory direction

Definition at line 164 of file ll_dma.h.

◆ LL_DMA_DIRECTION_PERIPH_TO_PERIPH

#define LL_DMA_DIRECTION_PERIPH_TO_PERIPH   DMA_CTLL_TT_FC_P2P

Peripheral to Peripheral direction

Definition at line 165 of file ll_dma.h.