Searched refs:IS_NVIC_SUB_PRIORITY (Results 1 – 5 of 5) sorted by relevance
131 #define IS_NVIC_SUB_PRIORITY(PRIORITY) ((PRIORITY) < 0x10) macro
144 assert_param(IS_NVIC_SUB_PRIORITY(NVIC_InitStruct->NVIC_IRQChannelSubPriority)); in NVIC_Init()
170 assert_param(IS_NVIC_SUB_PRIORITY(SubPriority)); in HAL_NVIC_SetPriority()
312 #define IS_NVIC_SUB_PRIORITY(__PRIORITY__) ((__PRIORITY__) <= 0xFFU) macro
314 #define IS_NVIC_SUB_PRIORITY(PRIORITY) ((PRIORITY) < 0x10U) macro