Macros

#define LL_DMA_SRC_INCREMENT   DMA_CTLL_SINC_INC
 
#define LL_DMA_SRC_DECREMENT   DMA_CTLL_SINC_DEC
 
#define LL_DMA_SRC_NO_CHANGE   DMA_CTLL_SINC_NO
 

Detailed Description

Macro Definition Documentation

◆ LL_DMA_SRC_DECREMENT

#define LL_DMA_SRC_DECREMENT   DMA_CTLL_SINC_DEC

Source Address decrement

Definition at line 193 of file gr55xx_ll_dma.h.

◆ LL_DMA_SRC_INCREMENT

#define LL_DMA_SRC_INCREMENT   DMA_CTLL_SINC_INC

Source Address increment

Definition at line 192 of file gr55xx_ll_dma.h.

◆ LL_DMA_SRC_NO_CHANGE

#define LL_DMA_SRC_NO_CHANGE   DMA_CTLL_SINC_NO

Source Address no change

Definition at line 194 of file gr55xx_ll_dma.h.