Searched refs:portAPIC_TASK_PRIORITY (Results 1 – 2 of 2) sorted by relevance
358 portAPIC_TASK_PRIORITY = 0; in prvSetupTimerInterrupt()443 portAPIC_TASK_PRIORITY = portMAX_API_CALL_PRIORITY; in vPortEnterCritical()444 configASSERT( portAPIC_TASK_PRIORITY == portMAX_API_CALL_PRIORITY ); in vPortEnterCritical()476 portAPIC_TASK_PRIORITY = 0; in vPortExitCritical()511 ulOriginalMask = portAPIC_TASK_PRIORITY; in ulPortSetInterruptMask()512 portAPIC_TASK_PRIORITY = portMAX_API_CALL_PRIORITY; in ulPortSetInterruptMask()513 configASSERT( portAPIC_TASK_PRIORITY == portMAX_API_CALL_PRIORITY ); in ulPortSetInterruptMask()532 portAPIC_TASK_PRIORITY = ulNewMaskValue; in vPortClearInterruptMask()533 configASSERT( portAPIC_TASK_PRIORITY == ulNewMaskValue ); in vPortClearInterruptMask()
102 #define portAPIC_TASK_PRIORITY ( *( ( volatile uint32_t * ) ( configAPIC_BASE + 0x80UL ) )… macro