Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/console/
Dtty.c13 static int tty_putchar(struct tty_serial *tty, uint8_t c);
58 tty_putchar(tty, '~'); in tty_irq_input_hook()
69 static int tty_putchar(struct tty_serial *tty, uint8_t c) in tty_putchar() function
118 res = tty_putchar(tty, *p++); in tty_write()