Lines Matching +full:- +full:- +full:new +full:- +full:kernel +full:- +full:version
2 * FreeRTOS Kernel V11.0.1
5 * SPDX-License-Identifier: MIT
56 * the API function). sizeof( size_t ) is typically 4 bytes on a 32-bit
57 * architecture, so writing a 10 byte message to a message buffer on a 32-bit
73 /* *INDENT-OFF* */
77 /* *INDENT-ON* */
88 /*-----------------------------------------------------------*/
97 * Creates a new message buffer using dynamically allocated memory. See
98 * xMessageBufferCreateStatic() for a version that uses statically allocated
108 * 32-bit architecture, so on most 32-bit architectures a 10 byte message will
125 * the message buffer data structures and storage area. A non-NULL value being
126 * returned indicates that the message buffer has been created successfully -
174 * Creates a new message buffer using statically allocated memory. See
175 * xMessageBufferCreate() for a version that uses dynamically allocated memory.
180 * the message's length. sizeof( size_t ) is typically 4 bytes on a 32-bit
181 * architecture, so on most 32-bit architecture a 10 byte message will take up
183 * stored in the message buffer is actually (xBufferSizeBytes - 1).
193 * @param pxSendCompletedCallback Callback invoked when a new message is sent to the message buffer.
322 * on a 32-bit architecture, so on most 32-bit architecture setting
389 * Interrupt safe version of the API function that sends a discrete message to
422 * on a 32-bit architecture, so on most 32-bit architecture setting
584 * An interrupt safe version of the API function that receives a discrete
768 * message's length. sizeof( size_t ) is typically 4 bytes on a 32-bit
815 * version of sbSEND_COMPLETED(), and MUST NOT BE USED AT ANY OTHER TIME.
855 * implement their own version of sbRECEIVE_COMPLETED(), and MUST NOT BE USED AT
881 /* *INDENT-OFF* */
885 /* *INDENT-ON* */