Home
last modified time | relevance | path

Searched refs:xQueueReceive (Results 1 – 7 of 7) sorted by relevance

/Kernel-v10.6.2/include/
Dmpu_wrappers.h110 #define xQueueReceive MPU_xQueueReceive macro
Dqueue.h913 BaseType_t xQueueReceive( QueueHandle_t xQueue,
/Kernel-v10.6.2/portable/Common/
Dmpu_wrappers.c1269 xReturn = xQueueReceive( pxQueue, pvBuffer, xTicksToWait ); in MPU_xQueueReceive()
1277 xReturn = xQueueReceive( pxQueue, pvBuffer, xTicksToWait ); in MPU_xQueueReceive()
Dmpu_wrappers_v2.c2261 xReturn = xQueueReceive( xInternalQueueHandle, pvBuffer, xTicksToWait ); in MPU_xQueueReceiveImpl()
/Kernel-v10.6.2/
Dtimers.c789 …while( xQueueReceive( xTimerQueue, &xMessage, tmrNO_DELAY ) != pdFAIL ) /*lint !e603 xMessage does… in prvProcessReceivedCommands()
Dqueue.c1427 BaseType_t xQueueReceive( QueueHandle_t xQueue, in xQueueReceive() function
3072 …( void ) xQueueReceive( ( QueueHandle_t ) xQueueSet, &xReturn, xTicksToWait ); /*lint !e961 Castin… in xQueueSelectFromSet()
DHistory.txt2308 have their block time adjusted (within xQueueSend() and xQueueReceive()),
2376 for xQueueSend() and xQueueReceive() to return without having completed