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

Macros

#define DMA_SxCR_PBURST_SINGLE   (0 << 21)
 
#define DMA_SxCR_PBURST_INCR4   (1 << 21)
 
#define DMA_SxCR_PBURST_INCR8   (2 << 21)
 
#define DMA_SxCR_PBURST_INCR16   (3 << 21)
 

Detailed Description

Macro Definition Documentation

◆ DMA_SxCR_PBURST_INCR16

#define DMA_SxCR_PBURST_INCR16   (3 << 21)

Definition at line 470 of file dma_common_f24.h.

◆ DMA_SxCR_PBURST_INCR4

#define DMA_SxCR_PBURST_INCR4   (1 << 21)

Definition at line 468 of file dma_common_f24.h.

◆ DMA_SxCR_PBURST_INCR8

#define DMA_SxCR_PBURST_INCR8   (2 << 21)

Definition at line 469 of file dma_common_f24.h.

◆ DMA_SxCR_PBURST_SINGLE

#define DMA_SxCR_PBURST_SINGLE   (0 << 21)

Definition at line 467 of file dma_common_f24.h.