Destination burst transaction length
+ Collaboration diagram for Destination burst transaction length:

Macros

#define LL_DMA_DST_BURST_LENGTH_1   DMA_CTLL_DST_MSIZE_1
 Destination Burst length: 1 word. More...
 
#define LL_DMA_DST_BURST_LENGTH_4   DMA_CTLL_DST_MSIZE_4
 Destination Burst length: 4 words. More...
 
#define LL_DMA_DST_BURST_LENGTH_8   DMA_CTLL_DST_MSIZE_8
 Destination Burst length: 8 words. More...
 
#define LL_DMA_DST_BURST_LENGTH_16   DMA_CTLL_DST_MSIZE_16
 Destination Burst length: 16 words. More...
 
#define LL_DMA_DST_BURST_LENGTH_32   DMA_CTLL_DST_MSIZE_32
 Destination Burst length: 32 words. More...
 
#define LL_DMA_DST_BURST_LENGTH_64   DMA_CTLL_DST_MSIZE_64
 Destination Burst length: 64 words. More...
 

Detailed Description

Macro Definition Documentation

◆ LL_DMA_DST_BURST_LENGTH_1

#define LL_DMA_DST_BURST_LENGTH_1   DMA_CTLL_DST_MSIZE_1

Destination Burst length: 1 word.

Definition at line 219 of file gr55xx_ll_dma.h.

◆ LL_DMA_DST_BURST_LENGTH_16

#define LL_DMA_DST_BURST_LENGTH_16   DMA_CTLL_DST_MSIZE_16

Destination Burst length: 16 words.

Definition at line 222 of file gr55xx_ll_dma.h.

◆ LL_DMA_DST_BURST_LENGTH_32

#define LL_DMA_DST_BURST_LENGTH_32   DMA_CTLL_DST_MSIZE_32

Destination Burst length: 32 words.

Definition at line 223 of file gr55xx_ll_dma.h.

◆ LL_DMA_DST_BURST_LENGTH_4

#define LL_DMA_DST_BURST_LENGTH_4   DMA_CTLL_DST_MSIZE_4

Destination Burst length: 4 words.

Definition at line 220 of file gr55xx_ll_dma.h.

◆ LL_DMA_DST_BURST_LENGTH_64

#define LL_DMA_DST_BURST_LENGTH_64   DMA_CTLL_DST_MSIZE_64

Destination Burst length: 64 words.

Definition at line 224 of file gr55xx_ll_dma.h.

◆ LL_DMA_DST_BURST_LENGTH_8

#define LL_DMA_DST_BURST_LENGTH_8   DMA_CTLL_DST_MSIZE_8

Destination Burst length: 8 words.

Definition at line 221 of file gr55xx_ll_dma.h.