xTASK_STATUS::uxBasePriority is only used within FreeRTOS.
 
Symbols
loading...
Files
loading...

xTASK_STATUS::uxBasePriority field

Syntax

UBaseType_t uxBasePriority;

References

LocationReferrerText
task.h:144
UBaseType_t uxBasePriority; /* The priority to which the task will return if the task's current priority has been inherited to avoid unbounded priority inversion when obtaining a mutex. Only valid if configUSE_MUTEXES is defined as 1 in FreeRTOSConfig.h. */
tasks.c:3685vTaskGetInfo()
pxTaskStatus->uxBasePriority = pxTCB->uxBasePriority;

Data Use

Functions writing xTASK_STATUS::uxBasePriority
all items filtered out
xTASK_STATUS::uxBasePriority
Type of xTASK_STATUS::uxBasePriority
xTASK_STATUS::uxBasePriority
all items filtered out