Home
last modified time | relevance | path

Searched refs:tty_set_rx_buf (Results 1 – 3 of 3) sorted by relevance

/Zephyr-latest/include/zephyr/console/
Dtty.h93 int tty_set_rx_buf(struct tty_serial *tty, void *buf, size_t size);
/Zephyr-latest/subsys/console/
Dgetchar.c76 tty_set_rx_buf(&console_serial, console_rxbuf, sizeof(console_rxbuf)); in console_init()
Dtty.c265 int tty_set_rx_buf(struct tty_serial *tty, void *buf, size_t size) in tty_set_rx_buf() function