Searched defs:uxItemSize (Results 1 – 5 of 5) sorted by relevance
| /Kernel-v11.0.1/include/ |
| D | queue.h | 149 …#define xQueueCreate( uxQueueLength, uxItemSize ) xQueueGenericCreate( ( uxQueueLength ), ( uxI… argument 235 …#define xQueueCreateStatic( uxQueueLength, uxItemSize, pucQueueStorage, pxQueueBuffer ) xQueueG… argument
|
| D | FreeRTOS.h | 1117 …#define traceENTER_xQueueGenericCreateStatic( uxQueueLength, uxItemSize, pucQueueStorage, pxStatic… argument 1133 #define traceENTER_xQueueGenericCreate( uxQueueLength, uxItemSize, ucQueueType ) argument 1329 #define traceRETURN_uxQueueGetQueueItemSize( uxItemSize ) argument
|
| /Kernel-v11.0.1/ |
| D | queue.c | 119 UBaseType_t uxItemSize; /**< The size of each items that the queue will hold. */ member 377 const UBaseType_t uxItemSize, in xQueueGenericCreateStatic() 503 const UBaseType_t uxItemSize, in xQueueGenericCreate() 567 const UBaseType_t uxItemSize, in prvInitialiseNewQueue()
|
| /Kernel-v11.0.1/portable/Common/ |
| D | mpu_wrappers.c | 1078 UBaseType_t uxItemSize, in MPU_xQueueGenericCreate() 1106 const UBaseType_t uxItemSize, in MPU_xQueueGenericCreateStatic()
|
| D | mpu_wrappers_v2.c | 2895 UBaseType_t uxItemSize, in MPU_xQueueGenericCreate() 2928 const UBaseType_t uxItemSize, in MPU_xQueueGenericCreateStatic()
|