FreeRTOS
tskTaskControlBlock::uxTaskAttributes
is only used within FreeRTOS.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
Raspberry Pi Pico SDK and Examples
FreeRTOS
tskTaskControlBlock::uxTaskAttributes
tskTaskControlBlock::uxTaskAttributes field
Task's attributes - currently used to identify the idle tasks.
Syntax
Show:
Summary
Declaration
from
tasks.c:376
UBaseType_t
uxTaskAttributes
;
Examples
References
from
examples
Code
Location
Referrer
UBaseType_t
uxTaskAttributes
;
/**< Task's attributes - currently used to identify the idle tasks. */
tasks.c:376
if
(
(
pxCurrentTCBs
[
xCoreID
]
->
uxTaskAttributes
&
taskATTRIBUTE_IS_IDLE
)
!=
0U
)
tasks.c:906
prvYieldForTask()
if
(
(
pxPreviousTCB
->
uxTaskAttributes
&
taskATTRIBUTE_IS_IDLE
)
!=
0U
)
tasks.c:1173
prvSelectHighestPriorityTask()
if
(
(
pxCurrentTCBs
[
uxCore
]
->
uxTaskAttributes
&
taskATTRIBUTE_IS_IDLE
)
!=
0U
)
tasks.c:1218
prvSelectHighestPriorityTask()
pxNewTCB
->
uxTaskAttributes
|=
taskATTRIBUTE_IS_IDLE
;
tasks.c:2001
prvInitialiseNewTask()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
tskTaskControlBlock::uxTaskAttributes
is written by 1 function and is read by 3 functions:
prvInitialiseNewTask()
All items filtered out
tskTaskControlBlock::uxTaskAttributes
prvYieldForTask()
prvSelectHighestPriorityTask()
prvInitialiseNewTask()
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