Lines Matching +full:- +full:s
5 * SPDX-License-Identifier: MIT
59 /* *INDENT-OFF* */
63 /* *INDENT-ON* */
75 * Type used as a stream buffer's optional callback.
102 * unblocked when a single byte is written to the buffer or the task's block
105 * unblocked until the stream buffer contains at least 10 bytes or the task's
106 * block time expires. If a reading task's block time expires before the
124 * the stream buffer data structures and storage area. A non-NULL value being
125 * returned indicates that the stream buffer has been created successfully -
187 * unblocked when a single byte is written to the buffer or the task's block
190 * unblocked until the stream buffer contains at least 10 bytes or the task's
191 * block time expires. If a reading task's block time expires before the
202 * StaticStreamBuffer_t, which will be used to hold the stream buffer's data
272 * Retrieve pointers to a statically created stream buffer's data structure
279 * buffer's storage area buffer.
282 * buffer's data structure buffer.
802 * A stream buffer's trigger level is the number of bytes that must be in the
807 * or the task's block time expires. As another example, if a task is blocked
810 * or the task's block time expires. If a reading task's block time expires
823 * @return If xTriggerLevel was less than or equal to the stream buffer's length
940 /* *INDENT-OFF* */
944 /* *INDENT-ON* */