Searched refs:ullRunningInterruptPriority (Results 1 – 1 of 1) sorted by relevance
344 uint64_t ullRunningInterruptPriority; in FreeRTOS_Tick_Handler() local346 __asm volatile ( "MRS %0, s3_0_c12_c11_3" : "=r" ( ullRunningInterruptPriority ) ); in FreeRTOS_Tick_Handler()347 …configASSERT( ullRunningInterruptPriority == ( portLOWEST_USABLE_INTERRUPT_PRIORITY << portPRIORIT… in FreeRTOS_Tick_Handler()457 uint64_t ullRunningInterruptPriority; in vPortValidateInterruptPriority() local459 __asm volatile ( "MRS %0, s3_0_c12_c11_3" : "=r" ( ullRunningInterruptPriority ) ); in vPortValidateInterruptPriority()461 …configASSERT( ullRunningInterruptPriority >= ( configMAX_API_CALL_INTERRUPT_PRIORITY << portPRIORI… in vPortValidateInterruptPriority()