Macros

#define LL_DMA_SDATAALIGN_BYTE   DMA_CTLL_SRC_TR_WIDTH_8
 
#define LL_DMA_SDATAALIGN_HALFWORD   DMA_CTLL_SRC_TR_WIDTH_16
 
#define LL_DMA_SDATAALIGN_WORD   DMA_CTLL_SRC_TR_WIDTH_32
 

Detailed Description

Macro Definition Documentation

◆ LL_DMA_SDATAALIGN_BYTE

#define LL_DMA_SDATAALIGN_BYTE   DMA_CTLL_SRC_TR_WIDTH_8

Source data alignment : Byte

Definition at line 272 of file gr55xx_ll_dma.h.

◆ LL_DMA_SDATAALIGN_HALFWORD

#define LL_DMA_SDATAALIGN_HALFWORD   DMA_CTLL_SRC_TR_WIDTH_16

Source data alignment : HalfWord

Definition at line 273 of file gr55xx_ll_dma.h.

◆ LL_DMA_SDATAALIGN_WORD

#define LL_DMA_SDATAALIGN_WORD   DMA_CTLL_SRC_TR_WIDTH_32

Source data alignment : Word

Definition at line 274 of file gr55xx_ll_dma.h.