Home
last modified time | relevance | path

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

/Zephyr-latest/include/zephyr/console/
Dtty.h108 int tty_set_tx_buf(struct tty_serial *tty, void *buf, size_t size);
/Zephyr-latest/subsys/console/
Dgetchar.c75 tty_set_tx_buf(&console_serial, console_txbuf, sizeof(console_txbuf)); in console_init()
Dtty.c280 int tty_set_tx_buf(struct tty_serial *tty, void *buf, size_t size) in tty_set_tx_buf() function