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;
2680 BaseType_t xQueueIsQueueFullFromISR( const QueueHandle_t xQueue ) in xQueueIsQueueFullFromISR() function
2375 + Added new xQueueIsQueueEmptyFromISR(), xQueueIsQueueFullFromISR() and
3213 xReturn = xQueueIsQueueFullFromISR( xInternalQueueHandle ); in MPU_xQueueIsQueueFullFromISR()