Source burst transaction length

Macros

#define LL_DMA_SRC_BURST_LENGTH_1   DMA_CTLL_SRC_MSIZE_1
 
#define LL_DMA_SRC_BURST_LENGTH_4   DMA_CTLL_SRC_MSIZE_4
 
#define LL_DMA_SRC_BURST_LENGTH_8   DMA_CTLL_SRC_MSIZE_8
 
#define LL_DMA_SRC_BURST_LENGTH_16   DMA_CTLL_SRC_MSIZE_16
 
#define LL_DMA_SRC_BURST_LENGTH_32   DMA_CTLL_SRC_MSIZE_32
 
#define LL_DMA_SRC_BURST_LENGTH_64   DMA_CTLL_SRC_MSIZE_64
 
#define LL_DMA_SRC_BURST_LENGTH_128   DMA_CTLL_SRC_MSIZE_128
 
#define LL_DMA_SRC_BURST_LENGTH_256   DMA_CTLL_SRC_MSIZE_256
 

Detailed Description

Macro Definition Documentation

◆ LL_DMA_SRC_BURST_LENGTH_1

#define LL_DMA_SRC_BURST_LENGTH_1   DMA_CTLL_SRC_MSIZE_1

Source Burst length: 1 word

Definition at line 187 of file ll_dma.h.

◆ LL_DMA_SRC_BURST_LENGTH_128

#define LL_DMA_SRC_BURST_LENGTH_128   DMA_CTLL_SRC_MSIZE_128

Source Burst length: 128 words

Definition at line 193 of file ll_dma.h.

◆ LL_DMA_SRC_BURST_LENGTH_16

#define LL_DMA_SRC_BURST_LENGTH_16   DMA_CTLL_SRC_MSIZE_16

Source Burst length: 16 words

Definition at line 190 of file ll_dma.h.

◆ LL_DMA_SRC_BURST_LENGTH_256

#define LL_DMA_SRC_BURST_LENGTH_256   DMA_CTLL_SRC_MSIZE_256

Source Burst length: 256 words

Definition at line 194 of file ll_dma.h.

◆ LL_DMA_SRC_BURST_LENGTH_32

#define LL_DMA_SRC_BURST_LENGTH_32   DMA_CTLL_SRC_MSIZE_32

Source Burst length: 32 words

Definition at line 191 of file ll_dma.h.

◆ LL_DMA_SRC_BURST_LENGTH_4

#define LL_DMA_SRC_BURST_LENGTH_4   DMA_CTLL_SRC_MSIZE_4

Source Burst length: 4 words

Definition at line 188 of file ll_dma.h.

◆ LL_DMA_SRC_BURST_LENGTH_64

#define LL_DMA_SRC_BURST_LENGTH_64   DMA_CTLL_SRC_MSIZE_64

Source Burst length: 64 words

Definition at line 192 of file ll_dma.h.

◆ LL_DMA_SRC_BURST_LENGTH_8

#define LL_DMA_SRC_BURST_LENGTH_8   DMA_CTLL_SRC_MSIZE_8

Source Burst length: 8 words

Definition at line 189 of file ll_dma.h.