Home
last modified time | relevance | path

Searched refs:xQueueCRReceive (Results 1 – 4 of 4) sorted by relevance

/Kernel-v11.1.0/include/
Dcroutine.h500 *( pxResult ) = xQueueCRReceive( ( pxQueue ), ( pvBuffer ), ( xTicksToWait ) ); \
504 *( pxResult ) = xQueueCRReceive( ( pxQueue ), ( pvBuffer ), 0 ); \
Dqueue.h1487 BaseType_t xQueueCRReceive( QueueHandle_t xQueue,
/Kernel-v11.1.0/
Dqueue.c2789 BaseType_t xQueueCRReceive( QueueHandle_t xQueue, in xQueueCRReceive() function
DHistory.txt2525 xQueueCRReceive as it exited with interrupts enabled. Thanks Paul Katz.