Searched refs:uxItemSize (Results 1 – 6 of 6) sorted by relevance
/FreeRTOS-Kernel/ |
A D | queue.c | 227 const UBaseType_t uxItemSize, 514 ( ( SIZE_MAX / uxQueueLength ) >= uxItemSize ) && in xQueueGenericCreate() 579 if( uxItemSize == ( UBaseType_t ) 0 ) in prvInitialiseNewQueue() 596 pxNewQueue->uxItemSize = uxItemSize; in prvInitialiseNewQueue() 1677 configASSERT( pxQueue->uxItemSize == 0 ); in xQueueSemaphoreTake() 2352 return ( ( Queue_t * ) xQueue )->uxItemSize; in uxQueueGetQueueItemSize() 2404 if( pxQueue->uxItemSize == ( UBaseType_t ) 0 ) in prvCopyDataToQueue() 2424 pxQueue->pcWriteTo += pxQueue->uxItemSize; in prvCopyDataToQueue() 2438 pxQueue->u.xQueue.pcReadFrom -= pxQueue->uxItemSize; in prvCopyDataToQueue() 2479 if( pxQueue->uxItemSize != ( UBaseType_t ) 0 ) in prvCopyDataFromQueue() [all …]
|
/FreeRTOS-Kernel/include/ |
A 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,
|
A D | mpu_prototypes.h | 264 const UBaseType_t uxItemSize, 267 const UBaseType_t uxItemSize, 292 const UBaseType_t uxItemSize, 295 const UBaseType_t uxItemSize,
|
A D | FreeRTOS.h | 1186 …#define traceENTER_xQueueGenericCreateStatic( uxQueueLength, uxItemSize, pucQueueStorage, pxStatic… argument 1202 #define traceENTER_xQueueGenericCreate( uxQueueLength, uxItemSize, ucQueueType ) argument 1398 #define traceRETURN_uxQueueGetQueueItemSize( uxItemSize ) argument
|
/FreeRTOS-Kernel/portable/Common/ |
A D | mpu_wrappers.c | 1080 UBaseType_t uxItemSize, in MPU_xQueueGenericCreate() argument 1090 xReturn = xQueueGenericCreate( uxQueueLength, uxItemSize, ucQueueType ); in MPU_xQueueGenericCreate() 1098 xReturn = xQueueGenericCreate( uxQueueLength, uxItemSize, ucQueueType ); in MPU_xQueueGenericCreate() 1108 const UBaseType_t uxItemSize, in MPU_xQueueGenericCreateStatic() argument 1120 …xReturn = xQueueGenericCreateStatic( uxQueueLength, uxItemSize, pucQueueStorage, pxStaticQueue, uc… in MPU_xQueueGenericCreateStatic() 1128 …xReturn = xQueueGenericCreateStatic( uxQueueLength, uxItemSize, pucQueueStorage, pxStaticQueue, uc… in MPU_xQueueGenericCreateStatic()
|
A 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()
|
Completed in 36 milliseconds