Lines Matching +full:- +full:- +full:one +full:- +full:top +full:- +full:level

5  * SPDX-License-Identifier: MIT
30 * Stream buffers are used to send a continuous stream of data from one task or
37 * are built on top of stream buffers) assumes there is only one task or
38 * interrupt that will write to the buffer (the writer), and only one task or
59 /* *INDENT-OFF* */
63 /* *INDENT-ON* */
96 * able to hold at any one time.
101 * of an empty stream buffer that has a trigger level of 1 then the task will be
104 * stream buffer that has a trigger level of 10 then the task will not be
107 * trigger level is reached then the task will still receive however many bytes
108 * are actually available. Setting a trigger level of 0 will result in a
109 * trigger level of 1 being used. It is not valid to specify a trigger level
113 * trigger level is sent to the stream buffer. If the parameter is NULL, it will use the default
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 -
186 * of an empty stream buffer that has a trigger level of 1 then the task will be
189 * stream buffer that has a trigger level of 10 then the task will not be
192 * trigger level is reached then the task will still receive however many bytes
193 * are actually available. Setting a trigger level of 0 will result in a
194 * trigger level of 1 being used. It is not valid to specify a trigger level
206 * trigger level is sent to the stream buffer. If the parameter is NULL, it will use the default
223 * // will actually be one less than this, so 999.
309 * are built on top of stream buffers) assumes there is only one task or
310 * interrupt that will write to the buffer (the writer), and only one task or
407 * are built on top of stream buffers) assumes there is only one task or
408 * interrupt that will write to the buffer (the writer), and only one task or
507 * are built on top of stream buffers) assumes there is only one task or
508 * interrupt that will write to the buffer (the writer), and only one task or
531 * pvRxData parameter. This sets the maximum number of bytes to receive in one
606 * pvRxData parameter. This sets the maximum number of bytes to receive in one
802 * A stream buffer's trigger level is the number of bytes that must be in the
805 * blocked on a read of an empty stream buffer that has a trigger level of 1
808 * on a read of an empty stream buffer that has a trigger level of 10 then the
811 * before the trigger level is reached then the task will still receive however
812 * many bytes are actually available. Setting a trigger level of 0 will result
813 * in a trigger level of 1 being used. It is not valid to specify a trigger
814 * level that is greater than the buffer size.
816 * A trigger level is set when the stream buffer is created, and can be modified
821 * @param xTriggerLevel The new trigger level for the stream buffer.
824 * then the trigger level will be updated and pdTRUE is returned. Otherwise
940 /* *INDENT-OFF* */
944 /* *INDENT-ON* */