Download FreeRTOS
 

Quality RTOS & Embedded Software

KERNEL
WHAT'S NEW
FreeRTOS website now available in Simplified Chinese
New FreeRTOS Long Term Support version now available.
FreeRTOS Extended Maintenance Program (EMP) registration now open.
FreeRTOS-Plus-TCP v3.0.0 released:
Featured FreeRTOS IoT Integrations:

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.