Searched refs:IS_NVIC_PREEMPTION_PRIORITY (Results 1 – 6 of 6) sorted by relevance
152 assert_param(IS_NVIC_PREEMPTION_PRIORITY(PreemptPriority)); in HAL_NVIC_SetPriority()
213 assert_param(IS_NVIC_PREEMPTION_PRIORITY(PreemptPriority)); in HAL_NVIC_SetPriority()
208 assert_param(IS_NVIC_PREEMPTION_PRIORITY(PreemptPriority)); in HAL_NVIC_SetPriority()
107 #define IS_NVIC_PREEMPTION_PRIORITY(__PRIORITY__) ((__PRIORITY__) < 0x4U) macro
282 #define IS_NVIC_PREEMPTION_PRIORITY(PRIORITY) ((PRIORITY) < 0x10) macro
335 #define IS_NVIC_PREEMPTION_PRIORITY(PRIORITY) ((PRIORITY) < 0x10) macro