Download FreeRTOS
 

Quality RTOS & Embedded Software

KERNEL
WHAT'S NEW
Simplifying Authenticated Cloud Connectivity for Any Device.
Designing an energy efficient and cloud-connected IoT solution with CoAP.
Introducing FreeRTOS Kernel version 11.0.0:
FreeRTOS Roadmap and Code Contribution process.
OPC-UA over TSN with FreeRTOS.

uxTaskPriorityGetFromISR
[Task Control]

task. h
UBaseType_t uxTaskPriorityGetFromISR( const TaskHandle_t xTask );

INCLUDE_uxTaskPriorityGet must be defined as 1 for this function to be available. See the RTOS Configuration documentation for more information.

Obtain the priority of any task. This function is safe to use from within an interrupt service routine (ISR).

Parameters:
xTask Handle of the task to be queried. Passing a NULL handle results in the priority of the calling task being returned.
Returns:
The priority of xTask.



Copyright (C) Amazon Web Services, Inc. or its affiliates. All rights reserved.