Searched refs:fifo_get (Results 1 - 1 of 1) sorted by relevance

/fuchsia/zircon/system/dev/sample/fifo/
H A Ddemo-fifo.c52 static size_t fifo_get(fifodev_t* fifo, void* buf, size_t len) { function
75 while ((count = fifo_get(fifo, buf, len)) > 0) {

Completed in 19 milliseconds