Searched refs:uxItemSize (Results 1 – 6 of 6) sorted by relevance
/Kernel-v11.1.0/ |
D | queue.c | 119 UBaseType_t uxItemSize; /**< The size of each items that the queue will hold. */ member 227 const UBaseType_t uxItemSize, 316 ( ( SIZE_MAX / pxQueue->uxLength ) >= pxQueue->uxItemSize ) ) in xQueueGenericReset() 320 … pxQueue->u.xQueue.pcTail = pxQueue->pcHead + ( pxQueue->uxLength * pxQueue->uxItemSize ); in xQueueGenericReset() 323 …ueue->u.xQueue.pcReadFrom = pxQueue->pcHead + ( ( pxQueue->uxLength - 1U ) * pxQueue->uxItemSize ); in xQueueGenericReset() 377 const UBaseType_t uxItemSize, in xQueueGenericCreateStatic() argument 384 …traceENTER_xQueueGenericCreateStatic( uxQueueLength, uxItemSize, pucQueueStorage, pxStaticQueue, u… in xQueueGenericCreateStatic() 395 ( !( ( pucQueueStorage != NULL ) && ( uxItemSize == 0U ) ) ) && in xQueueGenericCreateStatic() 396 ( !( ( pucQueueStorage == NULL ) && ( uxItemSize != 0U ) ) ) ) in xQueueGenericCreateStatic() 428 … prvInitialiseNewQueue( uxQueueLength, uxItemSize, pucQueueStorage, ucQueueType, pxNewQueue ); in xQueueGenericCreateStatic() [all …]
|
/Kernel-v11.1.0/include/ |
D | queue.h | 149 …#define xQueueCreate( uxQueueLength, uxItemSize ) xQueueGenericCreate( ( uxQueueLength ), ( uxI… argument 235 …Static( uxQueueLength, uxItemSize, pucQueueStorage, pxQueueBuffer ) xQueueGenericCreateStatic( … argument 1605 const UBaseType_t uxItemSize, 1616 const UBaseType_t uxItemSize,
|
D | mpu_prototypes.h | 228 const UBaseType_t uxItemSize, 231 const UBaseType_t uxItemSize,
|
D | FreeRTOS.h | 1169 …#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/portable/Common/ |
D | mpu_wrappers.c | 1078 UBaseType_t uxItemSize, in MPU_xQueueGenericCreate() argument 1088 xReturn = xQueueGenericCreate( uxQueueLength, uxItemSize, ucQueueType ); in MPU_xQueueGenericCreate() 1096 xReturn = xQueueGenericCreate( uxQueueLength, uxItemSize, ucQueueType ); in MPU_xQueueGenericCreate() 1106 const UBaseType_t uxItemSize, in MPU_xQueueGenericCreateStatic() argument 1118 …xReturn = xQueueGenericCreateStatic( uxQueueLength, uxItemSize, pucQueueStorage, pxStaticQueue, uc… in MPU_xQueueGenericCreateStatic() 1126 …xReturn = xQueueGenericCreateStatic( uxQueueLength, uxItemSize, pucQueueStorage, pxStaticQueue, uc… in MPU_xQueueGenericCreateStatic()
|
D | mpu_wrappers_v2.c | 2900 UBaseType_t uxItemSize, in MPU_xQueueGenericCreate() argument 2911 … xInternalQueueHandle = xQueueGenericCreate( uxQueueLength, uxItemSize, ucQueueType ); in MPU_xQueueGenericCreate() 2933 const UBaseType_t uxItemSize, in MPU_xQueueGenericCreateStatic() argument 2946 …xInternalQueueHandle = xQueueGenericCreateStatic( uxQueueLength, uxItemSize, pucQueueStorage, pxSt… in MPU_xQueueGenericCreateStatic()
|