Lines Matching +full:maximum +full:- +full:read
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
38 * @brief Read data from console.
40 * @param dummy ignored, present to follow read() prototype
41 * @param buf buffer to read data to
42 * @param size maximum number of bytes to read
43 * @return >0, number of actually read bytes (can be less than size param)
45 * <0, in case of error (e.g. -EAGAIN if timeout expired). errno
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
106 * @return A pointer to a line read, not including EOL character(s).
107 * A line resides in a system-owned buffer, so an application