Searched refs:console_getline (Results 1 – 7 of 7) sorted by relevance
1 .. zephyr:code-sample:: console_getline2 :name: console_getline()4 Use console_getline() to read an input line from the console.9 This example shows how to use :c:func:`console_getline` function.11 :c:func:`console_getline` either returns the next available input
16 char *s = console_getline(); in main()
19 char *s = console_getline(); in main()
111 char *console_getline(void);
20 char *console_getline(void) in console_getline() function
18 :zephyr:code-sample:`console_getline`.
85 snprintf(buf, BUF_SIZE, "%s", console_getline()); in ZTEST()