STM32F439xx HAL User Manual
Defines
PRIORITY
DMA Exported Constants

Defines

#define LL_DMA_PRIORITY_LOW   0x00000000U
#define LL_DMA_PRIORITY_MEDIUM   DMA_SxCR_PL_0
#define LL_DMA_PRIORITY_HIGH   DMA_SxCR_PL_1
#define LL_DMA_PRIORITY_VERYHIGH   DMA_SxCR_PL

Define Documentation

#define LL_DMA_PRIORITY_HIGH   DMA_SxCR_PL_1

Priority level : High

Definition at line 295 of file stm32f4xx_ll_dma.h.

#define LL_DMA_PRIORITY_LOW   0x00000000U

Priority level : Low

Definition at line 293 of file stm32f4xx_ll_dma.h.

Referenced by LL_DMA_StructInit().

#define LL_DMA_PRIORITY_MEDIUM   DMA_SxCR_PL_0

Priority level : Medium

Definition at line 294 of file stm32f4xx_ll_dma.h.

#define LL_DMA_PRIORITY_VERYHIGH   DMA_SxCR_PL

Priority level : Very_High

Definition at line 296 of file stm32f4xx_ll_dma.h.