Searched refs:IS_NVIC_PRIORITY (Results 1 – 6 of 6) sorted by relevance
81 #define IS_NVIC_PRIORITY(PRIORITY) ((PRIORITY) < 0x04) macro
80 #define IS_NVIC_PRIORITY(PRIORITY) ((PRIORITY) < 0x04) macro
28 assert_param(IS_NVIC_PRIORITY(NVIC_InitStruct->NVIC_IRQChannelPriority)); in NVIC_Init()
63 assert_param(IS_NVIC_PRIORITY(NVIC_InitStruct->NVIC_IRQChannelPriority)); in NVIC_Init()
66 assert_param(IS_NVIC_PRIORITY(NVIC_InitStruct->NVIC_IRQChannelPriority)); in NVIC_Init()
Completed in 21 milliseconds