DMA Priority Level

Macros

#define DMA_PRIORITY_LOW   LL_DMA_PRIORITY_0
 
#define DMA_PRIORITY_MEDIUM   LL_DMA_PRIORITY_1
 
#define DMA_PRIORITY_HIGH   LL_DMA_PRIORITY_2
 
#define DMA_PRIORITY_VERY_HIGH   LL_DMA_PRIORITY_3
 

Detailed Description

Macro Definition Documentation

◆ DMA_PRIORITY_HIGH

#define DMA_PRIORITY_HIGH   LL_DMA_PRIORITY_2

Priority level : High

Definition at line 312 of file hal_dma.h.

◆ DMA_PRIORITY_LOW

#define DMA_PRIORITY_LOW   LL_DMA_PRIORITY_0

Priority level : Low

Definition at line 310 of file hal_dma.h.

◆ DMA_PRIORITY_MEDIUM

#define DMA_PRIORITY_MEDIUM   LL_DMA_PRIORITY_1

Priority level : Medium

Definition at line 311 of file hal_dma.h.

◆ DMA_PRIORITY_VERY_HIGH

#define DMA_PRIORITY_VERY_HIGH   LL_DMA_PRIORITY_3

Priority level : Very High

Definition at line 313 of file hal_dma.h.