Searched refs:xQueueCRReceive (Results 1 – 4 of 4) sorted by relevance
500 *( pxResult ) = xQueueCRReceive( ( pxQueue ), ( pvBuffer ), ( xTicksToWait ) ); \504 *( pxResult ) = xQueueCRReceive( ( pxQueue ), ( pvBuffer ), 0 ); \
1487 BaseType_t xQueueCRReceive( QueueHandle_t xQueue,
2789 BaseType_t xQueueCRReceive( QueueHandle_t xQueue, in xQueueCRReceive() function
2525 xQueueCRReceive as it exited with interrupts enabled. Thanks Paul Katz.