FreeRTOS
taskRECORD_READY_PRIORITY
is only used within FreeRTOS.
Symbol previews are coming soon...
Symbols
loading (2/3)...
Files
loading (2/3)...
Summary
Syntax
Arguments
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
FreeRTOS
taskRECORD_READY_PRIORITY
taskRECORD_READY_PRIORITY macro
Syntax
Show:
Summary
Declaration
from
tasks.c:255
#define
taskRECORD_READY_PRIORITY
(
uxPriority
)
\
{
\
if
(
(
uxPriority
)
>
uxTopReadyPriority
)
\
{
\
uxTopReadyPriority
=
(
uxPriority
)
;
\
}
\
}
Arguments
Argument
uxPriority
Examples
References
from
examples
Code
Location
#define
taskRECORD_READY_PRIORITY
(
uxPriority
)
\
tasks.c:255
#define
taskRECORD_READY_PRIORITY
(
uxPriority
)
portRECORD_READY_PRIORITY
(
(
uxPriority
)
,
uxTopReadyPriority
)
tasks.c:301
taskRECORD_READY_PRIORITY
(
(
pxTCB
)
->
uxPriority
)
;
\
tasks.c:356
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
All items filtered out
Class Tree
from
examples
All items filtered out
All items filtered out
Override Tree
from
examples
All items filtered out
All items filtered out
Implementations
from
examples
All items filtered out
All items filtered out
Instances
from
examples
Lifecycle
from
examples
All items filtered out
All items filtered out