xTASK_STATUS::uxBasePriority field
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.
![]()
pxTaskStatus->uxBasePriority = pxTCB->uxBasePriority;
xTASK_STATUS::uxBasePriority is written by 1 function:
![]()
xTASK_STATUS::uxBasePriority