Home
last modified time | relevance | path

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

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