libopencm3
A free/libre/open-source firmware library for various ARM Cortex-M3 microcontrollers.
DMA Memory Burst Length
Collaboration diagram for DMA Memory Burst Length:

Macros

#define DMA_SxCR_MBURST_SINGLE   (0 << 23)
 
#define DMA_SxCR_MBURST_INCR4   (1 << 23)
 
#define DMA_SxCR_MBURST_INCR8   (2 << 23)
 
#define DMA_SxCR_MBURST_INCR16   (3 << 23)
 

Detailed Description

Macro Definition Documentation

◆ DMA_SxCR_MBURST_INCR16

#define DMA_SxCR_MBURST_INCR16   (3 << 23)

Definition at line 483 of file dma_common_f24.h.

◆ DMA_SxCR_MBURST_INCR4

#define DMA_SxCR_MBURST_INCR4   (1 << 23)

Definition at line 481 of file dma_common_f24.h.

◆ DMA_SxCR_MBURST_INCR8

#define DMA_SxCR_MBURST_INCR8   (2 << 23)

Definition at line 482 of file dma_common_f24.h.

◆ DMA_SxCR_MBURST_SINGLE

#define DMA_SxCR_MBURST_SINGLE   (0 << 23)

Definition at line 480 of file dma_common_f24.h.