Home
last modified time | relevance | path

Searched refs:read_uart (Results 1 – 2 of 2) sorted by relevance

/Zephyr-Core-3.7.0/drivers/console/
Duart_console.c135 static int read_uart(const struct device *uart, uint8_t *buf, in read_uart() function
459 rx = read_uart(uart_console_dev, &byte, 1); in uart_console_isr()
/Zephyr-Core-3.7.0/subsys/shell/backends/
Dshell_uart.c482 static int read_uart(const struct shell_transport *transport, in read_uart() function
512 .read = read_uart,