Searched refs:xQueueReceive (Results 1 – 7 of 7) sorted by relevance
| /Kernel-v11.0.1/include/ |
| D | mpu_wrappers.h | 112 #define xQueueReceive MPU_xQueueReceive macro
|
| D | queue.h | 913 BaseType_t xQueueReceive( QueueHandle_t xQueue,
|
| /Kernel-v11.0.1/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 | 2325 xReturn = xQueueReceive( xInternalQueueHandle, pvBuffer, xTicksToWait ); in MPU_xQueueReceiveImpl()
|
| /Kernel-v11.0.1/ |
| D | timers.c | 945 while( xQueueReceive( xTimerQueue, &xMessage, tmrNO_DELAY ) != pdFAIL ) in prvProcessReceivedCommands()
|
| D | queue.c | 1496 BaseType_t xQueueReceive( QueueHandle_t xQueue, in xQueueReceive() function 3268 ( void ) xQueueReceive( ( QueueHandle_t ) xQueueSet, &xReturn, xTicksToWait ); in xQueueSelectFromSet()
|
| D | History.txt | 2400 have their block time adjusted (within xQueueSend() and xQueueReceive()), 2468 for xQueueSend() and xQueueReceive() to return without having completed
|