Searched refs:xQueueIsQueueEmptyFromISR (Results 1 – 5 of 5) sorted by relevance
149 #define xQueueIsQueueEmptyFromISR MPU_xQueueIsQueueEmptyFromISR macro
1463 BaseType_t xQueueIsQueueEmptyFromISR( const QueueHandle_t xQueue ) PRIVILEGED_FUNCTION;
2635 BaseType_t xQueueIsQueueEmptyFromISR( const QueueHandle_t xQueue ) in xQueueIsQueueEmptyFromISR() function
2375 + Added new xQueueIsQueueEmptyFromISR(), xQueueIsQueueFullFromISR() and
3191 xReturn = xQueueIsQueueEmptyFromISR( xInternalQueueHandle ); in MPU_xQueueIsQueueEmptyFromISR()