Home
last modified time | relevance | path

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

/FreeRTOS-Kernel/portable/GCC/IA32_flat/
A Dport.c443 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()
A Dportmacro.h289 #define portMAX_API_CALL_PRIORITY ( ( configMAX_API_CALL_INTERRUPT_PRIORITY << portAPIC_PRIORI… macro
294 …ORITY_INVALID() configASSERT( ( portAPIC_PROCESSOR_PRIORITY ) <= ( portMAX_API_CALL_PRIORITY ) )

Completed in 4 milliseconds