Lines Matching +full:- +full:- +full:new +full:- +full:kernel +full:- +full:version
2 * FreeRTOS Kernel V11.0.1
5 * SPDX-License-Identifier: MIT
59 /* *INDENT-OFF* */
63 /* *INDENT-ON* */
88 * Creates a new stream buffer using dynamically allocated memory. See
89 * xStreamBufferCreateStatic() for a version that uses statically allocated
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 -
174 * Creates a new stream buffer using statically allocated memory. See
175 * xStreamBufferCreate() for a version that uses dynamically allocated memory.
402 * Interrupt safe version of the API function that sends a stream of bytes to
592 * An interrupt safe version of the API function that receives bytes from a
821 * @param xTriggerLevel The new trigger level for the stream buffer.
848 * version of sbSEND_COMPLETED(), and MUST NOT BE USED AT ANY OTHER TIME.
888 * implement their own version of sbRECEIVE_COMPLETED(), and MUST NOT BE USED AT
940 /* *INDENT-OFF* */
944 /* *INDENT-ON* */