Lines Matching full:fifo
9 * @brief Use fifo API's in different scenarios
14 * Test Thread enters items into a fifo, starts the Child Thread
16 * the fifo and enters some items back into the fifo. Child Thread
18 * is returned back to Test Thread, it extracts all items from the fifo.
49 /* Data to put into FIFO */
63 /* Put items into fifo */ in tIsr_entry_put()
75 /* Get items from fifo */ in tIsr_entry_get()
88 /* Get items from fifo */ in thread_entry_fn_single()
94 /* Put items into fifo */ in thread_entry_fn_single()
136 * @brief Tests single fifo get and put operation in thread context
137 * @details Test Thread enters items into a fifo, starts the Child Thread
139 * the fifo and enters some items back into the fifo. Child Thread
141 * is returned back to Test Thread, it extracts all items from the fifo.
152 /* Put items into fifo */ in ZTEST()
164 /* Get items from fifo */ in ZTEST()
175 * @brief Tests dual fifo get and put operation in thread context
193 /* Put item into fifo */ in ZTEST()
196 /* Get item from fifo */ in ZTEST()
207 * @brief Tests fifo put and get operation in interrupt context
225 /* Put item into fifo */ in ZTEST()
231 /* Get item from fifo */ in ZTEST()