STM32H735xx HAL User Manual
Defines
Transfer Priority level
MDMA Exported Constants

Defines

#define LL_MDMA_PRIORITY_LOW   0x00000000U
#define LL_MDMA_PRIORITY_MEDIUM   MDMA_CCR_PL_0
#define LL_MDMA_PRIORITY_HIGH   MDMA_CCR_PL_1
#define LL_MDMA_PRIORITY_VERYHIGH   MDMA_CCR_PL

Define Documentation

#define LL_MDMA_PRIORITY_HIGH   MDMA_CCR_PL_1

Priority level : High

Definition at line 313 of file stm32h7xx_ll_mdma.h.

#define LL_MDMA_PRIORITY_LOW   0x00000000U

Priority level : Low

Definition at line 311 of file stm32h7xx_ll_mdma.h.

Referenced by LL_MDMA_StructInit().

#define LL_MDMA_PRIORITY_MEDIUM   MDMA_CCR_PL_0

Priority level : Medium

Definition at line 312 of file stm32h7xx_ll_mdma.h.

#define LL_MDMA_PRIORITY_VERYHIGH   MDMA_CCR_PL

Priority level : Very_High

Definition at line 314 of file stm32h7xx_ll_mdma.h.