Lines Matching +full:maximum +full:- +full:write
4 * SPDX-License-Identifier: Apache-2.0
27 * This function should be called once to initialize pull-style
30 * and incompatible with, callback (push-style) console handling
42 * @param size maximum number of bytes to read
45 * <0, in case of error (e.g. -EAGAIN if timeout expired). errno
51 * @brief Write data to console.
53 * @param dummy ignored, present to follow write() prototype
54 * @param buf buffer to write data to
55 * @param size maximum number of bytes to write
57 * <0, in case of error (e.g. -EAGAIN if timeout expired). errno
69 * Zephyr callback-based console input processing, shell subsystem,
72 * @return 0-255: a character read, including control characters.
88 * This function should be called once to initialize pull-style
90 * supersedes, and incompatible with, callback (push-style) console
99 * gets() function (except a line is returned in system-owned buffer,
103 * function is incompatible with native Zephyr callback-based console
107 * A line resides in a system-owned buffer, so an application