ESP-IDF
_aTasks
is only used within ESP-IDF.
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
ESP-IDF Framework and Examples
ESP-IDF
_aTasks
_aTasks variable
Syntax
Show:
Summary
Declaration
from
SEGGER_SYSVIEW_FreeRTOS.c:79
static
SYSVIEW_FREERTOS_TASK_STATUS
_aTasks
[
SYSVIEW_FREERTOS_MAX_NOF_TASKS
]
;
Examples
References
from
examples
Code
Location
Referrer
static
SYSVIEW_FREERTOS_TASK_STATUS
_aTasks
[
SYSVIEW_FREERTOS_MAX_NOF_TASKS
]
;
SEGGER_SYSVIEW_FreeRTOS.c:79
_aTasks
[
n
]
.
uStackHighWaterMark
=
uxTaskGetStackHighWaterMark
(
(
TaskHandle_t
)
_aTasks
[
n
]
.
xHandle
)
;
SEGGER_SYSVIEW_FreeRTOS.c:96
_cbSendTaskList()
SYSVIEW_SendTaskInfo
(
(
U32
)
_aTasks
[
n
]
.
xHandle
,
_aTasks
[
n
]
.
pcTaskName
,
(
unsigned
)
_aTasks
[
n
]
.
uxCurrentPriority
,
(
U32
)
_aTasks
[
n
]
.
pxStack
,
(
unsigned
)
_aTasks
[
n
]
.
uStackHighWaterMark
)
;
SEGGER_SYSVIEW_FreeRTOS.c:98
_cbSendTaskList()
_aTasks
[
_NumTasks
]
.
xHandle
=
xHandle
;
SEGGER_SYSVIEW_FreeRTOS.c:148
SYSVIEW_AddTask()
_aTasks
[
_NumTasks
]
.
pcTaskName
=
pcTaskName
;
SEGGER_SYSVIEW_FreeRTOS.c:149
SYSVIEW_AddTask()
_aTasks
[
_NumTasks
]
.
uxCurrentPriority
=
uxCurrentPriority
;
SEGGER_SYSVIEW_FreeRTOS.c:150
SYSVIEW_AddTask()
_aTasks
[
_NumTasks
]
.
pxStack
=
pxStack
;
SEGGER_SYSVIEW_FreeRTOS.c:151
SYSVIEW_AddTask()
_aTasks
[
_NumTasks
]
.
uStackHighWaterMark
=
uStackHighWaterMark
;
SEGGER_SYSVIEW_FreeRTOS.c:152
SYSVIEW_AddTask()
if
(
_aTasks
[
n
]
.
xHandle
==
xHandle
)
{
SEGGER_SYSVIEW_FreeRTOS.c:179
SYSVIEW_UpdateTask()
_aTasks
[
n
]
.
pcTaskName
=
pcTaskName
;
SEGGER_SYSVIEW_FreeRTOS.c:184
SYSVIEW_UpdateTask()
_aTasks
[
n
]
.
uxCurrentPriority
=
uxCurrentPriority
;
SEGGER_SYSVIEW_FreeRTOS.c:185
SYSVIEW_UpdateTask()
_aTasks
[
n
]
.
pxStack
=
pxStack
;
SEGGER_SYSVIEW_FreeRTOS.c:186
SYSVIEW_UpdateTask()
_aTasks
[
n
]
.
uStackHighWaterMark
=
uStackHighWaterMark
;
SEGGER_SYSVIEW_FreeRTOS.c:187
SYSVIEW_UpdateTask()
if
(
_aTasks
[
n
]
.
xHandle
==
xHandle
)
{
SEGGER_SYSVIEW_FreeRTOS.c:209
SYSVIEW_DeleteTask()
memset
(
&
_aTasks
[
n
]
,
0
,
sizeof
(
_aTasks
[
n
]
)
)
;
SEGGER_SYSVIEW_FreeRTOS.c:218
SYSVIEW_DeleteTask()
_aTasks
[
n
]
.
xHandle
=
_aTasks
[
_NumTasks
-
1
]
.
xHandle
;
SEGGER_SYSVIEW_FreeRTOS.c:226
SYSVIEW_DeleteTask()
_aTasks
[
n
]
.
pcTaskName
=
_aTasks
[
_NumTasks
-
1
]
.
pcTaskName
;
SEGGER_SYSVIEW_FreeRTOS.c:227
SYSVIEW_DeleteTask()
_aTasks
[
n
]
.
uxCurrentPriority
=
_aTasks
[
_NumTasks
-
1
]
.
uxCurrentPriority
;
SEGGER_SYSVIEW_FreeRTOS.c:228
SYSVIEW_DeleteTask()
_aTasks
[
n
]
.
pxStack
=
_aTasks
[
_NumTasks
-
1
]
.
pxStack
;
SEGGER_SYSVIEW_FreeRTOS.c:229
SYSVIEW_DeleteTask()
_aTasks
[
n
]
.
uStackHighWaterMark
=
_aTasks
[
_NumTasks
-
1
]
.
uStackHighWaterMark
;
SEGGER_SYSVIEW_FreeRTOS.c:230
SYSVIEW_DeleteTask()
memset
(
&
_aTasks
[
_NumTasks
-
1
]
,
0
,
sizeof
(
_aTasks
[
_NumTasks
-
1
]
)
)
;
SEGGER_SYSVIEW_FreeRTOS.c:231
SYSVIEW_DeleteTask()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
_aTasks
is read by 4 functions:
All items filtered out
_aTasks
_cbSendTaskList()
SYSVIEW_AddTask()
SYSVIEW_UpdateTask()
SYSVIEW_DeleteTask()
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