Home
last modified time | relevance | path

Searched refs:__PRIORITY__ (Results 1 – 3 of 3) sorted by relevance

/hal_stm32-latest/stm32cube/stm32h7xx/drivers/include/
Dstm32h7xx_hal_mdma.h748 #define IS_MDMA_PRIORITY(__PRIORITY__) (((__PRIORITY__) == MDMA_PRIORITY_LOW ) || \ argument
749 ((__PRIORITY__) == MDMA_PRIORITY_MEDIUM) || \
750 ((__PRIORITY__) == MDMA_PRIORITY_HIGH) || \
751 ((__PRIORITY__) == MDMA_PRIORITY_VERY_HIGH))
/hal_stm32-latest/stm32cube/stm32mp1xx/drivers/include/
Dstm32mp1xx_hal_mdma.h744 #define IS_MDMA_PRIORITY(__PRIORITY__) (((__PRIORITY__) == MDMA_PRIORITY_LOW ) || \ argument
745 ((__PRIORITY__) == MDMA_PRIORITY_MEDIUM) || \
746 ((__PRIORITY__) == MDMA_PRIORITY_HIGH) || \
747 ((__PRIORITY__) == MDMA_PRIORITY_VERY_HIGH))
/hal_stm32-latest/stm32cube/stm32l0xx/drivers/include/
Dstm32l0xx_hal_cortex.h90 #define IS_NVIC_PREEMPTION_PRIORITY(__PRIORITY__) ((__PRIORITY__) < 0x10U) argument