Searched refs:xQueueIsQueueFullFromISR (Results 1 – 5 of 5) sorted by relevance
150 #define xQueueIsQueueFullFromISR MPU_xQueueIsQueueFullFromISR macro
1464 BaseType_t xQueueIsQueueFullFromISR( const QueueHandle_t xQueue ) PRIVILEGED_FUNCTION;
2668 BaseType_t xQueueIsQueueFullFromISR( const QueueHandle_t xQueue ) in xQueueIsQueueFullFromISR() function
2298 + Added new xQueueIsQueueEmptyFromISR(), xQueueIsQueueFullFromISR() and
3208 xReturn = xQueueIsQueueFullFromISR( xInternalQueueHandle ); in MPU_xQueueIsQueueFullFromISR()