Destination increment mode
+ Collaboration diagram for Destination increment mode:

Macros

#define LL_DMA_DST_INCREMENT   DMA_CTLL_DINC_INC
 Destination Address increment. More...
 
#define LL_DMA_DST_DECREMENT   DMA_CTLL_DINC_DEC
 Destination Address decrement. More...
 
#define LL_DMA_DST_NO_CHANGE   DMA_CTLL_DINC_NO
 Destination Address no change. More...
 

Detailed Description

Macro Definition Documentation

◆ LL_DMA_DST_DECREMENT

#define LL_DMA_DST_DECREMENT   DMA_CTLL_DINC_DEC

Destination Address decrement.

Definition at line 201 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 200 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 202 of file gr55xx_ll_dma.h.