Searched defs:uxItemSize (Results 1 – 4 of 4) sorted by relevance
/Kernel-v10.6.2/include/ |
HD | queue.h | 149 …#define xQueueCreate( uxQueueLength, uxItemSize ) xQueueGenericCreate( ( uxQueueLength ), ( uxI… argument 235 …#define xQueueCreateStatic( uxQueueLength, uxItemSize, pucQueueStorage, pxQueueBuffer ) xQueueG… argument
|
/Kernel-v10.6.2/ |
HD | queue.c | 116 UBaseType_t uxItemSize; /**< The size of each items that the queue will hold. */ member 366 const UBaseType_t uxItemSize, in xQueueGenericCreateStatic() 478 const UBaseType_t uxItemSize, in xQueueGenericCreate() 544 const UBaseType_t uxItemSize, in prvInitialiseNewQueue()
|
/Kernel-v10.6.2/portable/Common/ |
HD | mpu_wrappers.c | 1102 UBaseType_t uxItemSize, in MPU_xQueueGenericCreate() 1130 const UBaseType_t uxItemSize, in MPU_xQueueGenericCreateStatic()
|
HD | mpu_wrappers_v2.c | 2831 UBaseType_t uxItemSize, in MPU_xQueueGenericCreate() 2864 const UBaseType_t uxItemSize, in MPU_xQueueGenericCreateStatic()
|