Home
last modified time | relevance | path

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

/Zephyr-latest/samples/subsys/console/echo/src/
Dmain.c22 console_putchar(c); in main()
24 console_putchar('\n'); in main()
/Zephyr-latest/include/zephyr/console/
Dconsole.h84 int console_putchar(char c);
/Zephyr-latest/subsys/console/
DKconfig39 int "console_putchar() buffer size"
42 Buffer size for console_putchar(). The default is optimized
Dgetchar.c32 int console_putchar(char c) in console_putchar() function
/Zephyr-latest/samples/subsys/console/echo/
DREADME.rst11 :c:func:`console_putchar` functions can be used to echo an input character
/Zephyr-latest/doc/releases/
Drelease-notes-1.12.rst798 * :github:`8202` - question: is the irq_lock is necessary in console_putchar
Drelease-notes-3.1.rst1769 * :github:`43034` - Documentation for ``console_putchar`` function is incorrect