Searched refs:xQueueGenericCreate (Results 1 – 7 of 7) sorted by relevance
| /Kernel-v11.0.1/include/ |
| D | semphr.h | 99 …( xSemaphore ) = xQueueGenericCreate( ( UBaseType_t ) 1, semSEMAPHORE_QUEUE_ITEM_LENGTH, queueQUEU… 167 …#define xSemaphoreCreateBinary() xQueueGenericCreate( ( UBaseType_t ) 1, semSEMAPHORE_QUEUE_ITE…
|
| D | queue.h | 149 …#define xQueueCreate( uxQueueLength, uxItemSize ) xQueueGenericCreate( ( uxQueueLength ), ( uxI… 1604 QueueHandle_t xQueueGenericCreate( const UBaseType_t uxQueueLength,
|
| D | mpu_wrappers.h | 137 #define xQueueGenericCreate MPU_xQueueGenericCreate macro
|
| /Kernel-v11.0.1/ |
| D | queue.c | 502 QueueHandle_t xQueueGenericCreate( const UBaseType_t uxQueueLength, in xQueueGenericCreate() function 651 xNewQueue = xQueueGenericCreate( uxMutexLength, uxMutexSize, ucQueueType ); in xQueueCreateMutex() 912 …xHandle = xQueueGenericCreate( uxMaxCount, queueSEMAPHORE_QUEUE_ITEM_LENGTH, queueQUEUE_TYPE_COUNT… in xQueueCreateCountingSemaphore() 3170 …pxQueue = xQueueGenericCreate( uxEventQueueLength, ( UBaseType_t ) sizeof( Queue_t * ), queueQUEUE… in xQueueCreateSet()
|
| D | History.txt | 149 - xQueueGenericCreate
|
| /Kernel-v11.0.1/portable/Common/ |
| D | mpu_wrappers.c | 1088 xReturn = xQueueGenericCreate( uxQueueLength, uxItemSize, ucQueueType ); in MPU_xQueueGenericCreate() 1096 xReturn = xQueueGenericCreate( uxQueueLength, uxItemSize, ucQueueType ); in MPU_xQueueGenericCreate()
|
| D | mpu_wrappers_v2.c | 2906 … xInternalQueueHandle = xQueueGenericCreate( uxQueueLength, uxItemSize, ucQueueType ); in MPU_xQueueGenericCreate()
|