Searched refs:__PRIORITY__ (Results 1 – 3 of 3) sorted by relevance
748 #define IS_MDMA_PRIORITY(__PRIORITY__) (((__PRIORITY__) == MDMA_PRIORITY_LOW ) || \ argument749 ((__PRIORITY__) == MDMA_PRIORITY_MEDIUM) || \750 ((__PRIORITY__) == MDMA_PRIORITY_HIGH) || \751 ((__PRIORITY__) == MDMA_PRIORITY_VERY_HIGH))
744 #define IS_MDMA_PRIORITY(__PRIORITY__) (((__PRIORITY__) == MDMA_PRIORITY_LOW ) || \ argument745 ((__PRIORITY__) == MDMA_PRIORITY_MEDIUM) || \746 ((__PRIORITY__) == MDMA_PRIORITY_HIGH) || \747 ((__PRIORITY__) == MDMA_PRIORITY_VERY_HIGH))
90 #define IS_NVIC_PREEMPTION_PRIORITY(__PRIORITY__) ((__PRIORITY__) < 0x10U) argument