QueueSetMemberHandle_t xQueueSelectFromSetFromISR
(
QueueSetHandle_t xQueueSet
);
configUSE_QUEUE_SETS must be set to 1 in FreeRTOSConfig.h for the xQueueSelectFromSetFromISR() API function to be available.
A version of xQueueSelectFromSet() that can be used from an interrupt service routine (ISR).
| xQueueSet | The queue set being queried. It is not possible to block on a read as this function is designed to be used from an interrupt. |