Searched refs:IS_NVIC_SUB_PRIORITY (Results 1 – 8 of 8) sorted by relevance
159 #define IS_NVIC_SUB_PRIORITY(PRIORITY) ((PRIORITY) < 0x10) macro
131 #define IS_NVIC_SUB_PRIORITY(PRIORITY) ((PRIORITY) < 0x10) macro
124 #define IS_NVIC_SUB_PRIORITY(PRIORITY) ((PRIORITY) < 0x10) macro
118 assert_param(IS_NVIC_SUB_PRIORITY(NVIC_InitStruct->NVIC_IRQChannelSubPriority)); in NVIC_Init()
143 assert_param(IS_NVIC_SUB_PRIORITY(NVIC_InitStruct->NVIC_IRQChannelSubPriority)); in NVIC_Init()
136 assert_param(IS_NVIC_SUB_PRIORITY(NVIC_InitStruct->NVIC_IRQChannelSubPriority)); in NVIC_Init()
188 assert_param(IS_NVIC_SUB_PRIORITY(SubPriority)); in HAL_NVIC_SetPriority()
350 #define IS_NVIC_SUB_PRIORITY(PRIORITY) ((PRIORITY) < 0x10) macro
Completed in 11 milliseconds