Searched defs:uxQueueLength (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 | 365 QueueHandle_t xQueueGenericCreateStatic( const UBaseType_t uxQueueLength, in xQueueGenericCreateStatic() 477 QueueHandle_t xQueueGenericCreate( const UBaseType_t uxQueueLength, in xQueueGenericCreate() 543 static void prvInitialiseNewQueue( const UBaseType_t uxQueueLength, in prvInitialiseNewQueue()
|
/Kernel-v10.6.2/portable/Common/ |
HD | mpu_wrappers.c | 1101 QueueHandle_t MPU_xQueueGenericCreate( UBaseType_t uxQueueLength, in MPU_xQueueGenericCreate() 1129 QueueHandle_t MPU_xQueueGenericCreateStatic( const UBaseType_t uxQueueLength, in MPU_xQueueGenericCreateStatic()
|
HD | mpu_wrappers_v2.c | 2116 UBaseType_t uxQueueItemSize, uxQueueLength; in MPU_xQueueGenericSendImpl() local 2830 QueueHandle_t MPU_xQueueGenericCreate( UBaseType_t uxQueueLength, in MPU_xQueueGenericCreate() 2863 QueueHandle_t MPU_xQueueGenericCreateStatic( const UBaseType_t uxQueueLength, in MPU_xQueueGenericCreateStatic()
|