| STM32H735xx HAL User Manual
   
    | 
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) | 
MDMA Priority level.
| #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.
 1.7.6.1
 1.7.6.1