Searched defs:xQueueSend (Results 1 – 3 of 3) sorted by relevance
69 uint32_t xQueueSend(QueueHandle_t xQueue, const void * pvItemToQueue, TickType_t xTicksToWait) in xQueueSend() function
505 #define xQueueSend( xQueue, pvItemToQueue, xTicksToWait ) \ macro
46 uint32_t xQueueSend(QueueHandle_t xQueue, const void * pvItemToQueue, TickType_t xTicksToWait) in xQueueSend() function