Searched refs:IS_NVIC_SUB_PRIORITY (Results 1 – 4 of 4) sorted by relevance
212 assert_param(IS_NVIC_SUB_PRIORITY(SubPriority)); in HAL_NVIC_SetPriority()
207 assert_param(IS_NVIC_SUB_PRIORITY(SubPriority)); in HAL_NVIC_SetPriority()
284 #define IS_NVIC_SUB_PRIORITY(PRIORITY) ((PRIORITY) < 0x10) macro
337 #define IS_NVIC_SUB_PRIORITY(PRIORITY) ((PRIORITY) < 0x10) macro