ESP-IDF
SYSVIEW_FREERTOS_TASK_STATUS::uxCurrentPriority
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
SYSVIEW_FREERTOS_TASK_STATUS::uxCurrentPriority
SYSVIEW_FREERTOS_TASK_STATUS::uxCurrentPriority field
Syntax
Show:
Summary
Declaration
from
SEGGER_SYSVIEW_FreeRTOS.c:74
unsigned
uxCurrentPriority
;
Examples
References
from
examples
Code
Location
Referrer
unsigned
uxCurrentPriority
;
SEGGER_SYSVIEW_FreeRTOS.c:74
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
]
.
uxCurrentPriority
=
uxCurrentPriority
;
SEGGER_SYSVIEW_FreeRTOS.c:150
SYSVIEW_AddTask()
_aTasks
[
n
]
.
uxCurrentPriority
=
uxCurrentPriority
;
SEGGER_SYSVIEW_FreeRTOS.c:185
SYSVIEW_UpdateTask()
_aTasks
[
n
]
.
uxCurrentPriority
=
_aTasks
[
_NumTasks
-
1
]
.
uxCurrentPriority
;
SEGGER_SYSVIEW_FreeRTOS.c:228
SYSVIEW_DeleteTask()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
SYSVIEW_FREERTOS_TASK_STATUS::uxCurrentPriority
is written by 3 functions and is read by 2 functions:
SYSVIEW_AddTask()
SYSVIEW_UpdateTask()
SYSVIEW_DeleteTask()
All items filtered out
SYSVIEW_FREERTOS_TASK_STATUS::uxCurrentPriority
_cbSendTaskList()
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