Searched defs:vuart_fifo (Results 1 – 1 of 1) sorted by relevance
64 struct vuart_fifo { struct65 char *buf;66 uint32_t rindex; /* index to read from */67 uint32_t windex; /* index to write to */68 uint32_t num; /* number of characters in the fifo */69 uint32_t size; /* size of the fifo */
Completed in 3 milliseconds