Lines Matching full:function
27 * This function should be called once to initialize pull-style
28 * access to console via console_getchar() function and buffered
29 * output using console_putchar() function. This function supersedes,
65 * this function will block. This function is similar to ANSI C
66 * getchar() function and is intended to ease porting of existing
67 * software. Before this function can be used, console_init()
68 * should be called once. This function is incompatible with native
88 * This function should be called once to initialize pull-style
89 * access to console via console_getline() function. This function
98 * this function will block. This function is similar to ANSI C
99 * gets() function (except a line is returned in system-owned buffer,
101 * intended to ease porting of existing software. Before this function
103 * function is incompatible with native Zephyr callback-based console