STM32L443xx HAL User Manual
Defines
DMA Priority level
DMA Exported Constants

Defines

#define DMA_PRIORITY_LOW   0x00000000U
#define DMA_PRIORITY_MEDIUM   DMA_CCR_PL_0
#define DMA_PRIORITY_HIGH   DMA_CCR_PL_1
#define DMA_PRIORITY_VERY_HIGH   DMA_CCR_PL

Define Documentation

#define DMA_PRIORITY_HIGH   DMA_CCR_PL_1

Priority level : High

Definition at line 498 of file stm32l4xx_hal_dma.h.

#define DMA_PRIORITY_LOW   0x00000000U

Priority level : Low

Definition at line 496 of file stm32l4xx_hal_dma.h.

#define DMA_PRIORITY_MEDIUM   DMA_CCR_PL_0

Priority level : Medium

Definition at line 497 of file stm32l4xx_hal_dma.h.

#define DMA_PRIORITY_VERY_HIGH   DMA_CCR_PL

Priority level : Very_High

Definition at line 499 of file stm32l4xx_hal_dma.h.