Searched refs:xQueueIsQueueFullFromISR (Results 1 – 5 of 5) sorted by relevance
148 #define xQueueIsQueueFullFromISR MPU_xQueueIsQueueFullFromISR macro
1455 BaseType_t xQueueIsQueueFullFromISR( const QueueHandle_t xQueue ) PRIVILEGED_FUNCTION;
2522 BaseType_t xQueueIsQueueFullFromISR( const QueueHandle_t xQueue ) in xQueueIsQueueFullFromISR() function
2206 + Added new xQueueIsQueueEmptyFromISR(), xQueueIsQueueFullFromISR() and
3144 xReturn = xQueueIsQueueFullFromISR( xInternalQueueHandle ); in MPU_xQueueIsQueueFullFromISR()