Lines Matching +full:- +full:c
3 * Copyright (C) 2021 Amazon.com, Inc. or its affiliates. All Rights Reserved.
5 * SPDX-License-Identifier: MIT
37 /* *INDENT-OFF* */
39 extern "C" {
41 /* *INDENT-ON* */
72 /* For internal use only. These definitions *must* match those in queue.c. */
82 * @code{c}
102 * https://www.FreeRTOS.org/Embedded-RTOS-Queues.html
116 * @code{c}
154 * @code{c}
176 * https://www.FreeRTOS.org/Embedded-RTOS-Queues.html
188 * one time - which is ( uxQueueLength * uxItemsSize ) bytes. If uxItemSize is
198 * @code{c}
240 * @code{c}
269 * @code{c}
298 * @code{c}
350 * @code{c}
381 * @code{c}
433 * @code{c}
466 * @code{c}
518 * @code{c}
525 * Only for use with queues that have a length of one - so the queue is either
547 * @code{c}
603 * @code{c}
639 * @code{c}
693 * @code{c}
730 * @code{c}
790 * @code{c}
825 * @code{c}
859 * @code{c}
919 * @code{c}
936 * @code{c}
955 * @code{c}
959 * Delete a queue - freeing all the memory allocated for storing of items
971 * @code{c}
1006 * @code{c}
1043 * @code{c}
1078 * @code{c}
1114 * @code{c}
1125 * Only for use with queues that can hold a single item - so the queue is either
1151 * @code{c}
1191 * // portYIELD_FROM_ISR() or portEND_SWITCHING_ISR() - refer to the documentation
1205 * @code{c}
1243 * @code{c}
1268 * // will be either portYIELD_FROM_ISR() or portEND_SWITCHING_ISR() -
1283 * @code{c}
1326 * @code{c}
1351 * // will be either portYIELD_FROM_ISR() or portEND_SWITCHING_ISR() -
1370 * @code{c}
1396 * @code{c}
1425 * cValueToPost = 'c';
1472 * co-routines.
1474 * These functions are called from the co-routine macro implementation and
1549 * created - just the number that the registry can hold.
1561 * stores a pointer to the string - so the string must be persistent (global or
1638 * See FreeRTOS/Source/Demo/Common/Minimal/QueueSet.c for an example using this
1648 * Note 1: See the documentation on https://www.FreeRTOS.org/RTOS-queue-sets.html
1690 * See FreeRTOS/Source/Demo/Common/Minimal/QueueSet.c for an example using this
1717 * See FreeRTOS/Source/Demo/Common/Minimal/QueueSet.c for an example using this
1742 * See FreeRTOS/Source/Demo/Common/Minimal/QueueSet.c for an example using this
1745 * Note 1: See the documentation on https://www.FreeRTOS.org/RTOS-queue-sets.html
1804 /* *INDENT-OFF* */
1808 /* *INDENT-ON* */