STM32H735xx HAL User Manual
Defines
MDMA Priority level
MDMA Exported Constants

MDMA Priority level. More...

Defines

#define MDMA_PRIORITY_LOW   ((uint32_t)0x00000000U)
#define MDMA_PRIORITY_MEDIUM   ((uint32_t)MDMA_CCR_PL_0)
#define MDMA_PRIORITY_HIGH   ((uint32_t)MDMA_CCR_PL_1)
#define MDMA_PRIORITY_VERY_HIGH   ((uint32_t)MDMA_CCR_PL)

Detailed Description

MDMA Priority level.


Define Documentation

#define MDMA_PRIORITY_HIGH   ((uint32_t)MDMA_CCR_PL_1)

Priority level: High

Definition at line 356 of file stm32h7xx_hal_mdma.h.

#define MDMA_PRIORITY_LOW   ((uint32_t)0x00000000U)

Priority level: Low

Definition at line 354 of file stm32h7xx_hal_mdma.h.

#define MDMA_PRIORITY_MEDIUM   ((uint32_t)MDMA_CCR_PL_0)

Priority level: Medium

Definition at line 355 of file stm32h7xx_hal_mdma.h.

#define MDMA_PRIORITY_VERY_HIGH   ((uint32_t)MDMA_CCR_PL)

Priority level: Very High

Definition at line 357 of file stm32h7xx_hal_mdma.h.