Home
last modified time | relevance | path

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

/Kernel-v11.1.0/include/
Dqueue.h149 …#define xQueueCreate( uxQueueLength, uxItemSize ) xQueueGenericCreate( ( uxQueueLength ), ( uxI… argument
235 …#define xQueueCreateStatic( uxQueueLength, uxItemSize, pucQueueStorage, pxQueueBuffer ) xQueueG… argument
DFreeRTOS.h1169 …#define traceENTER_xQueueGenericCreateStatic( uxQueueLength, uxItemSize, pucQueueStorage, pxStatic… argument
1185 #define traceENTER_xQueueGenericCreate( uxQueueLength, uxItemSize, ucQueueType ) argument
1381 #define traceRETURN_uxQueueGetQueueItemSize( uxItemSize ) argument
/Kernel-v11.1.0/
Dqueue.c119 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.1.0/portable/Common/
Dmpu_wrappers.c1078 UBaseType_t uxItemSize, in MPU_xQueueGenericCreate()
1106 const UBaseType_t uxItemSize, in MPU_xQueueGenericCreateStatic()
Dmpu_wrappers_v2.c2900 UBaseType_t uxItemSize, in MPU_xQueueGenericCreate()
2933 const UBaseType_t uxItemSize, in MPU_xQueueGenericCreateStatic()