FreeRTOS
+
0
/5 examples
SourceVu will show references to
xTASK_STATUS::eCurrentState
from the following samples and libraries:
Examples
STM32446E_EVAL
Demonstrations
STemWin
STM324xG_EVAL
Demonstrations
STemWin
STM32F429I-Discovery
Demonstrations
STemWin
STM324x9I_EVAL
Demonstrations
STemWin
MB1046
MB1063
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
STM32 Libraries and Samples
FreeRTOS
xTASK_STATUS::eCurrentState
xTASK_STATUS::eCurrentState field
Syntax
Show:
Summary
Declaration
from
task.h:142
eTaskState
eCurrentState
;
Examples
xTASK_STATUS::eCurrentState
is referenced by 5 libraries and example projects:
Examples
STM32446E_EVAL
Demonstrations
STemWin
STM324xG_EVAL
Demonstrations
STemWin
STM32F429I-Discovery
Demonstrations
STemWin
STM324x9I_EVAL
Demonstrations
STemWin
MB1046
MB1063
References
from
0/5
examples
Code
Location
Referrer
eTaskState
eCurrentState
;
/* The state in which the task existed when the structure was populated. */
task.h:142
pxTaskStatus
->
eCurrentState
=
eRunning
;
tasks.c:3710
vTaskGetInfo()
pxTaskStatus
->
eCurrentState
=
eState
;
tasks.c:3714
vTaskGetInfo()
pxTaskStatus
->
eCurrentState
=
eBlocked
;
tasks.c:3727
vTaskGetInfo()
pxTaskStatus
->
eCurrentState
=
eTaskGetState
(
pxTCB
)
;
tasks.c:3738
vTaskGetInfo()
switch
(
pxTaskStatusArray
[
x
]
.
eCurrentState
)
tasks.c:4429
vTaskList()
Call Tree
from
0/5
examples
All items filtered out
All items filtered out
Data Use
from
0/5
examples
xTASK_STATUS::eCurrentState
is written by 1 function and is read by 1 function:
vTaskGetInfo()
All items filtered out
xTASK_STATUS::eCurrentState
vTaskList()
All items filtered out
Class Tree
from
0/5
examples
All items filtered out
All items filtered out
Override Tree
from
0/5
examples
All items filtered out
All items filtered out
Implementations
from
0/5
examples
All items filtered out
All items filtered out
Instances
from
0/5
examples
Lifecycle
from
0/5
examples
All items filtered out
All items filtered out