Searched refs:portMAX_API_CALL_PRIORITY (Results 1 – 2 of 2) sorted by relevance
443 portAPIC_TASK_PRIORITY = portMAX_API_CALL_PRIORITY; in vPortEnterCritical()444 configASSERT( portAPIC_TASK_PRIORITY == portMAX_API_CALL_PRIORITY ); in vPortEnterCritical()512 portAPIC_TASK_PRIORITY = portMAX_API_CALL_PRIORITY; in ulPortSetInterruptMask()513 configASSERT( portAPIC_TASK_PRIORITY == portMAX_API_CALL_PRIORITY ); in ulPortSetInterruptMask()
289 #define portMAX_API_CALL_PRIORITY ( ( configMAX_API_CALL_INTERRUPT_PRIORITY << portAPIC_PRIORI… macro294 …ORITY_INVALID() configASSERT( ( portAPIC_PROCESSOR_PRIORITY ) <= ( portMAX_API_CALL_PRIORITY ) )
Completed in 4 milliseconds