Searched refs:k_fifo_put_list (Results 1 – 4 of 4) sorted by relevance
35 k_fifo_put_list(pfifo, (uint32_t *)head, (uint32_t *)tail); in tfifo_put()
151 145 k_fifo_put_list fifo=%I
122 by calling :c:func:`k_fifo_put_list` or :c:func:`k_fifo_put_slist`.
2612 #define k_fifo_put_list(fifo, head, tail) \ macro