FreeRTOS
taskRESET_READY_PRIORITY
is only used within FreeRTOS.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Arguments
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
STM32 Libraries and Samples
FreeRTOS
taskRESET_READY_PRIORITY
taskRESET_READY_PRIORITY macro
Syntax
Show:
Summary
Declaration
from
tasks.c:184
#define
taskRESET_READY_PRIORITY
(
uxPriority
)
\
{
\
if
(
listCURRENT_LIST_LENGTH
(
&
(
pxReadyTasksLists
[
(
uxPriority
)
]
)
)
==
(
UBaseType_t
)
0
)
\
{
\
portRESET_READY_PRIORITY
(
(
uxPriority
)
,
(
uxTopReadyPriority
)
)
;
\
}
\
}
Arguments
Argument
uxPriority
Examples
References
from
examples
Code
Location
#define
taskRESET_READY_PRIORITY
(
uxPriority
)
\
tasks.c:184
taskRESET_READY_PRIORITY
(
pxTCB
->
uxPriority
)
;
tasks.c:1175
taskRESET_READY_PRIORITY
(
pxTCB
->
uxPriority
)
;
tasks.c:1720
taskRESET_READY_PRIORITY
(
pxTCB
->
uxPriority
)
;
tasks.c:4133
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