STM32H735xx HAL User Manual
Defines
Transfer Priority level
BDMA Exported Constants

Defines

#define LL_BDMA_PRIORITY_LOW   0x00000000U
#define LL_BDMA_PRIORITY_MEDIUM   BDMA_CCR_PL_0
#define LL_BDMA_PRIORITY_HIGH   BDMA_CCR_PL_1
#define LL_BDMA_PRIORITY_VERYHIGH   BDMA_CCR_PL

Define Documentation

#define LL_BDMA_PRIORITY_HIGH   BDMA_CCR_PL_1

Priority level : High

Definition at line 325 of file stm32h7xx_ll_bdma.h.

#define LL_BDMA_PRIORITY_LOW   0x00000000U

Priority level : Low

Definition at line 323 of file stm32h7xx_ll_bdma.h.

Referenced by LL_BDMA_StructInit().

#define LL_BDMA_PRIORITY_MEDIUM   BDMA_CCR_PL_0

Priority level : Medium

Definition at line 324 of file stm32h7xx_ll_bdma.h.

#define LL_BDMA_PRIORITY_VERYHIGH   BDMA_CCR_PL

Priority level : Very_High

Definition at line 326 of file stm32h7xx_ll_bdma.h.