Home
last modified time | relevance | path

Searched defs:uxItemSize (Results 1 – 4 of 4) sorted by relevance

/Kernel-v10.6.2/include/
HDqueue.h149 …#define xQueueCreate( uxQueueLength, uxItemSize ) xQueueGenericCreate( ( uxQueueLength ), ( uxI… argument
235 …#define xQueueCreateStatic( uxQueueLength, uxItemSize, pucQueueStorage, pxQueueBuffer ) xQueueG… argument
/Kernel-v10.6.2/
HDqueue.c116 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/
HDmpu_wrappers.c1102 UBaseType_t uxItemSize, in MPU_xQueueGenericCreate()
1130 const UBaseType_t uxItemSize, in MPU_xQueueGenericCreateStatic()
HDmpu_wrappers_v2.c2831 UBaseType_t uxItemSize, in MPU_xQueueGenericCreate()
2864 const UBaseType_t uxItemSize, in MPU_xQueueGenericCreateStatic()