Searched refs:kb1200_uart_fifo_read (Results 1 – 1 of 1) sorted by relevance
140 static int kb1200_uart_fifo_read(const struct device *dev, uint8_t *rx_data, const int size) in kb1200_uart_fifo_read() function256 return kb1200_uart_fifo_read(dev, c, 1) ? 0 : -1; in kb1200_uart_poll_in()296 .fifo_read = kb1200_uart_fifo_read,