Lines Matching +full:- +full:- +full:new +full:- +full:kernel +full:- +full:version

2  * FreeRTOS Kernel V11.0.1
5 * SPDX-License-Identifier: MIT
37 /* *INDENT-OFF* */
41 /* *INDENT-ON* */
50 struct QueueDefinition; /* Using old naming convention so as not to break kernel aware debuggers. */
89 * Creates a new queue instance, and returns a handle by which the new queue
102 * https://www.FreeRTOS.org/Embedded-RTOS-Queues.html
163 * Creates a new queue instance, and returns a handle by which the new queue
176 * https://www.FreeRTOS.org/Embedded-RTOS-Queues.html
188 * one time - which is ( uxQueueLength * uxItemsSize ) bytes. If uxItemSize is
525 * Only for use with queues that have a length of one - so the queue is either
797 * A version of xQueuePeek() that can be called from an interrupt service
959 * Delete a queue - freeing all the memory allocated for storing of items
1122 * A version of xQueueOverwrite() that can be used in an interrupt service
1125 * Only for use with queues that can hold a single item - so the queue is either
1176 * // new value.
1191 * // portYIELD_FROM_ISR() or portEND_SWITCHING_ISR() - refer to the documentation
1268 * // will be either portYIELD_FROM_ISR() or portEND_SWITCHING_ISR() -
1351 * // will be either portYIELD_FROM_ISR() or portEND_SWITCHING_ISR() -
1472 * co-routines.
1474 * These functions are called from the co-routine macro implementation and
1539 * The registry is provided as a means for kernel aware debuggers to
1542 * to be available to a kernel aware debugger. If you are not using a kernel
1549 * created - just the number that the registry can hold.
1560 * name that the kernel aware debugger will display. The queue registry only
1561 * stores a pointer to the string - so the string must be persistent (global or
1570 * The registry is provided as a means for kernel aware debuggers to
1573 * to be available to a kernel aware debugger, and vQueueUnregisterQueue() to
1575 * a kernel aware debugger then this function can be ignored.
1584 * The queue registry is provided as a means for kernel aware debuggers to
1599 * Generic version of the function used to create a queue using dynamic memory
1610 * Generic version of the function used to create a queue using dynamic memory
1623 * Generic version of the function used to retrieve the buffers of statically
1648 * Note 1: See the documentation on https://www.FreeRTOS.org/RTOS-queue-sets.html
1745 * Note 1: See the documentation on https://www.FreeRTOS.org/RTOS-queue-sets.html
1775 * A version of xQueueSelectFromSet() that can be used from an ISR.
1804 /* *INDENT-OFF* */
1808 /* *INDENT-ON* */