Searched refs:xQueueReceive (Results 1 – 7 of 7) sorted by relevance
/Kernel-v11.1.0/include/ |
D | mpu_wrappers.h | 112 #define xQueueReceive MPU_xQueueReceive macro
|
D | queue.h | 913 BaseType_t xQueueReceive( QueueHandle_t xQueue,
|
/Kernel-v11.1.0/portable/Common/ |
D | mpu_wrappers.c | 1245 xReturn = xQueueReceive( pxQueue, pvBuffer, xTicksToWait ); in MPU_xQueueReceive() 1253 xReturn = xQueueReceive( pxQueue, pvBuffer, xTicksToWait ); in MPU_xQueueReceive()
|
D | mpu_wrappers_v2.c | 2330 xReturn = xQueueReceive( xInternalQueueHandle, pvBuffer, xTicksToWait ); in MPU_xQueueReceiveImpl()
|
/Kernel-v11.1.0/ |
D | timers.c | 945 while( xQueueReceive( xTimerQueue, &xMessage, tmrNO_DELAY ) != pdFAIL ) in prvProcessReceivedCommands()
|
D | queue.c | 1502 BaseType_t xQueueReceive( QueueHandle_t xQueue, in xQueueReceive() function 3280 ( void ) xQueueReceive( ( QueueHandle_t ) xQueueSet, &xReturn, xTicksToWait ); in xQueueSelectFromSet()
|
D | History.txt | 2477 have their block time adjusted (within xQueueSend() and xQueueReceive()), 2545 for xQueueSend() and xQueueReceive() to return without having completed
|