Macros

#define LL_DMA_SRC_GATHER_ENABLE   DMA_CTLL_SRC_GATHER_EN_ENABLE
 
#define LL_DMA_SRC_GATHER_DISABLE   DMA_CTLL_SRC_GATHER_EN_DISABLE
 

Detailed Description

Macro Definition Documentation

◆ LL_DMA_SRC_GATHER_DISABLE

#define LL_DMA_SRC_GATHER_DISABLE   DMA_CTLL_SRC_GATHER_EN_DISABLE

Source Gather Disable

Definition at line 227 of file gr55xx_ll_dma.h.

◆ LL_DMA_SRC_GATHER_ENABLE

#define LL_DMA_SRC_GATHER_ENABLE   DMA_CTLL_SRC_GATHER_EN_ENABLE

Source Gather Enable

Definition at line 226 of file gr55xx_ll_dma.h.