Home
last modified time | relevance | path

Searched refs:IS_NVIC_PRIORITY_INTERRUPT (Results 1 – 2 of 2) sorted by relevance

/hal_stm32-latest/stm32cube/stm32n6xx/drivers/src/
Dstm32n6xx_hal_cortex.c255 assert_param(IS_NVIC_PRIORITY_INTERRUPT(IRQn)); in HAL_NVIC_SetPriority()
376 assert_param(IS_NVIC_PRIORITY_INTERRUPT(IRQn)); in HAL_NVIC_GetPriority()
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/include/
Dstm32n6xx_hal_cortex.h329 #define IS_NVIC_PRIORITY_INTERRUPT(__IT__) (((__IT__) > HardFault_IRQn) && ((__IT__) != Debu… macro