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.

pcQueueGetName
[Queue Management]

queue.h
const char *pcQueueGetName( QueueHandle_t xQueue )

Look up a queue name from the queue's handle.

A queue will only have a name if it has been added to the queue registry.

Parameters:
xQueue   The handle of the queue being queried.
Returns:
If the queue referenced by xQueue is in the queue registry, then the text name of the queue is returned, otherwise NULL is returned.




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