Searched refs:console_getchar (Results 1 – 12 of 12) sorted by relevance
1 .. zephyr:code-sample:: console_getchar2 :name: console_getchar()4 Use console_getchar() to read an input character from the console.9 This example shows how to use :c:func:`console_getchar` function.11 :c:func:`console_getchar` either returns the next available input
18 uint8_t c = console_getchar(); in main()
20 uint8_t c = console_getchar(); in main()
75 int console_getchar(void);
30 int "console_getchar() buffer size"33 Buffer size for console_getchar(). The default is optimized
37 int console_getchar(void) in console_getchar() function
10 This example shows how the :c:func:`console_getchar` and24 :zephyr:code-sample:`console_getchar`.
47 tmp = console_getchar(); in main()
32 role = tolower(console_getchar()); in device_role_select()
122 char c = tolower(console_getchar()); in get_chars()805 c = tolower(console_getchar()); in test_run_broadcaster()851 c = tolower(console_getchar()); in test_run_broadcaster()
161 role_char = tolower(console_getchar()); in device_role_select()521 char c = tolower(console_getchar()); in get_chars()973 c = tolower(console_getchar()); in change_central_settings()992 c = tolower(console_getchar()); in change_central_settings()995 c = tolower(console_getchar()); in change_central_settings()1016 c = tolower(console_getchar()); in change_central_settings()1019 c = tolower(console_getchar()); in change_central_settings()1032 c = tolower(console_getchar()); in change_central_settings()1218 c = tolower(console_getchar()); in run_central()
18 :zephyr:code-sample:`console_getchar`.