Searched refs:xQueueReceive (Results 1 – 7 of 7) sorted by relevance
/Kernel-v10.6.2/include/ |
D | mpu_wrappers.h | 110 #define xQueueReceive MPU_xQueueReceive macro
|
D | queue.h | 913 BaseType_t xQueueReceive( QueueHandle_t xQueue,
|
/Kernel-v10.6.2/portable/Common/ |
D | mpu_wrappers.c | 1269 xReturn = xQueueReceive( pxQueue, pvBuffer, xTicksToWait ); in MPU_xQueueReceive() 1277 xReturn = xQueueReceive( pxQueue, pvBuffer, xTicksToWait ); in MPU_xQueueReceive()
|
D | mpu_wrappers_v2.c | 2261 xReturn = xQueueReceive( xInternalQueueHandle, pvBuffer, xTicksToWait ); in MPU_xQueueReceiveImpl()
|
/Kernel-v10.6.2/ |
D | timers.c | 789 …while( xQueueReceive( xTimerQueue, &xMessage, tmrNO_DELAY ) != pdFAIL ) /*lint !e603 xMessage does… in prvProcessReceivedCommands()
|
D | queue.c | 1427 BaseType_t xQueueReceive( QueueHandle_t xQueue, in xQueueReceive() function 3072 …( void ) xQueueReceive( ( QueueHandle_t ) xQueueSet, &xReturn, xTicksToWait ); /*lint !e961 Castin… in xQueueSelectFromSet()
|
D | History.txt | 2308 have their block time adjusted (within xQueueSend() and xQueueReceive()), 2376 for xQueueSend() and xQueueReceive() to return without having completed
|