Destination increment mode

Macros

#define LL_DMA_DST_INCREMENT   DMA_CTLL_DINC_INC
 
#define LL_DMA_DST_DECREMENT   DMA_CTLL_DINC_DEC
 
#define LL_DMA_DST_NO_CHANGE   DMA_CTLL_DINC_NO
 

Detailed Description

Macro Definition Documentation

◆ LL_DMA_DST_DECREMENT

#define LL_DMA_DST_DECREMENT   DMA_CTLL_DINC_DEC

Destination Address decrement

Definition at line 243 of file gr55xx_ll_dma.h.

◆ LL_DMA_DST_INCREMENT

#define LL_DMA_DST_INCREMENT   DMA_CTLL_DINC_INC

Destination Address increment

Definition at line 242 of file gr55xx_ll_dma.h.

◆ LL_DMA_DST_NO_CHANGE

#define LL_DMA_DST_NO_CHANGE   DMA_CTLL_DINC_NO

Destination Address no change

Definition at line 244 of file gr55xx_ll_dma.h.