Home
last modified time | relevance | path

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

/Kernel-v11.1.0/portable/GCC/ARM_CRx_MPU/
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
/Kernel-v11.1.0/
Dtasks.c206 #define portRESET_READY_PRIORITY( uxPriority, uxTopReadyPriority ) argument
488 PRIVILEGED_DATA static volatile UBaseType_t uxTopReadyPriority = tskIDLE_PRIORITY; variable