libopencm3
A free/libre/open-source firmware library for various ARM Cortex-M3 microcontrollers.
DMA Stream Priority Levels
Collaboration diagram for DMA Stream Priority Levels:

Macros

#define DMA_SxCR_PL_LOW   (0 << 16)
 
#define DMA_SxCR_PL_MEDIUM   (1 << 16)
 
#define DMA_SxCR_PL_HIGH   (2 << 16)
 
#define DMA_SxCR_PL_VERY_HIGH   (3 << 16)
 

Detailed Description

Macro Definition Documentation

◆ DMA_SxCR_PL_HIGH

#define DMA_SxCR_PL_HIGH   (2 << 16)

Definition at line 449 of file dma_common_f24.h.

◆ DMA_SxCR_PL_LOW

#define DMA_SxCR_PL_LOW   (0 << 16)

Definition at line 447 of file dma_common_f24.h.

◆ DMA_SxCR_PL_MEDIUM

#define DMA_SxCR_PL_MEDIUM   (1 << 16)

Definition at line 448 of file dma_common_f24.h.

◆ DMA_SxCR_PL_VERY_HIGH

#define DMA_SxCR_PL_VERY_HIGH   (3 << 16)

Definition at line 450 of file dma_common_f24.h.