xQueueIsQueueEmptyFromISR() function
Queries a queue to determine if the queue is empty. This function should only be used in an ISR.
Arguments
xQueue
The handle of the queue being queried
Return value
pdFALSE if the queue is not empty, or pdTRUE if the queue is empty.
xQueueIsQueueEmptyFromISR() calls 1 function:
![]()
xQueueIsQueueEmptyFromISR()
xQueueIsQueueEmptyFromISR() reads 1 variable:
![]()
xQueueIsQueueEmptyFromISR()