Searched refs:xQueueSend (Results 1 – 3 of 3) sorted by relevance
1598 BaseType_t xQueueSend(QueueHandle_t xQueue, in xQueueSend() function1659 return xQueueSend(xQueue, pvItemToQueue, 0u); in xQueueSendFromISR()1669 return xQueueSend(xQueue, pvItemToQueue, xTicksToWait); in xQueueSendToBack()1679 return xQueueSend(xQueue, pvItemToQueue, 0u); in xQueueSendToBackFromISR()
492 BaseType_t xQueueSend(QueueHandle_t xQueue,
246 | xQueueSend()