Home
last modified time | relevance | path

Searched defs:uxTopReadyPriority (Results 1 – 2 of 2) sorted by relevance

/FreeRTOS-Kernel/portable/GCC/ARM_CRx_MPU/
A Dportmacro.h82 #define portRECORD_READY_PRIORITY( uxPriority, uxTopReadyPriority ) \ argument
93 #define portRESET_READY_PRIORITY( uxPriority, uxTopReadyPriority ) \ argument
104 #define portGET_HIGHEST_PRIORITY( uxTopPriority, uxTopReadyPriority ) \ argument
/FreeRTOS-Kernel/
A Dtasks.c222 #define portRESET_READY_PRIORITY( uxPriority, uxTopReadyPriority ) argument
504 PRIVILEGED_DATA static volatile UBaseType_t uxTopReadyPriority = tskIDLE_PRIORITY; variable

Completed in 23 milliseconds