Home
last modified time | relevance | path

Searched full:types (Results 1 – 22 of 22) sorted by relevance

/Kernel-v11.1.0/
DMISRA.md75 for all the kernel object types (StaticEventGroup_t, StaticQueue_t,
77 purposes. The internal object types and the corresponding external
Dtimers.c101 * Two types of message can be queued - messages that manipulate a software timer,
103 * two message types are defined in two separate structures, xTimerParametersType
120 /* The structure that contains the two message types, along with an identifier
DHistory.txt362 - Update the pointer types to portPOINTER_SIZE_TYPE. Contributed by
396 option is set to 1, ListItem_t and MiniLitItem_t remain separate types.
751 unique types instead of void pointers, improving type safety. (this was
1167 + Change some data types from uint32_t to size_t in preparation for 64-bit
1870 + Queues and all types of semaphores are now automatically allocated their
3048 + Explicit use of 'signed' qualifier on plain char types.
3276 The scheduler workings have not changed, but some of the data types used
3289 of 8bit data types.
3291 modified declarations to make use of 8bit data types where possible:
Dqueue.c62 * is maintained. The QueuePointers_t and SemaphoreData_t types are used to form
Dtasks.c6330 * overflowing on 8-bit types without breaking backward compatibility for
6343 * problem of the value overflowing on 8-bit types without breaking in uxTaskGetStackHighWaterMark2()
/Kernel-v11.1.0/.github/workflows/
Dformatting.yml5 types: [created]
/Kernel-v11.1.0/portable/GCC/MicroBlazeV8/
Dport_exceptions.c79 * types. It is called from vPortExceptionHandlerEntry() - which is itself defined
158 * when the exception occurred. This is only valid for certain types of in vPortExceptionHandler()
/Kernel-v11.1.0/portable/GCC/MicroBlazeV9/
Dport_exceptions.c79 * types. It is called from vPortExceptionHandlerEntry() - which is itself defined
157 * when the exception occurred. This is only valid for certain types of in vPortExceptionHandler()
/Kernel-v11.1.0/portable/ThirdParty/GCC/RP2040/
DREADME.md5 …braries, to provide the FreeRTOS-Kernel and also the individual allocator types, without copying c…
/Kernel-v11.1.0/examples/coverity/
Dcoverity_misra.config36 "reason": "FreeRTOS defines types which is used in application."
/Kernel-v11.1.0/portable/MPLAB/PIC18F/
Dport.c85 performing mathematical operations, or when using 32bit data types. This
139 * 32bit data types are utilized (as they are by the scheduler). The .tmpdata
/Kernel-v11.1.0/portable/CCS/MSP430X/
Dport.c90 /* Data types are need either 16 bits or 32 bits depending on the data in pxPortInitialiseStack()
/Kernel-v11.1.0/portable/ThirdParty/GCC/ARC_v1/
Dport.c222 …en created. Facilitates debugging only. */ /*lint !e971 Unqualified char types are allowed for st…
/Kernel-v11.1.0/portable/ThirdParty/GCC/ARC_EM_HS/
Dport.c222 …en created. Facilitates debugging only. */ /*lint !e971 Unqualified char types are allowed for st…
/Kernel-v11.1.0/portable/GCC/ARM_CRx_MPU/
Dportmacro_asm.h168 /* MPU memory types. This information is encoded in the TEX, S, C and B bits
Dportmacro.h43 /* Include stdint for integer types of specific bit widths. */
/Kernel-v11.1.0/portable/GCC/ARM_CM0/
Dportmacro.h176 /* MPU memory types. This information is encoded in the S ( Shareable), C
/Kernel-v11.1.0/portable/ThirdParty/XCC/Xtensa/
Dreadme_xtensa.txt489 xtensa_context.h . All suspended tasks have one of these two types
Dxtensa_vectors.S79 For example, this file provides interrupt vector templates for all types and
/Kernel-v11.1.0/include/
Dtask.h1818 * overflowing on 8-bit types without breaking backward compatibility for
1849 * overflowing on 8-bit types without breaking backward compatibility for
/Kernel-v11.1.0/portable/ThirdParty/GCC/Xtensa_ESP32/
Dxtensa_vectors.S82 For example, this file provides interrupt vector templates for all types and
/Kernel-v11.1.0/portable/Common/
Dmpu_wrappers_v2.c83 * @brief Kernel object types.