firmware
IEM Firmware Documentation
|
task. h
INCLUDE_uxTaskPriorityGet must be defined as 1 for this function to be available. See the configuration section for more information.
Obtain the priority of any task.
xTask | Handle of the task to be queried. Passing a NULL handle results in the priority of the calling task being returned. |
Example usage:
task. h
INCLUDE_uxTaskPriorityGet and configUSE_MUTEXES must be defined as 1 for this function to be available. See the configuration section for more information.
Obtain the base priority of any task.
xTask | Handle of the task to be queried. Passing a NULL handle results in the base priority of the calling task being returned. |