Searched refs:xQueueGenericCreate (Results 1 – 7 of 7) sorted by relevance
| /Kernel-v10.6.2/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… 1578 QueueHandle_t xQueueGenericCreate( const UBaseType_t uxQueueLength,
|
| D | mpu_wrappers.h | 135 #define xQueueGenericCreate MPU_xQueueGenericCreate macro
|
| /Kernel-v10.6.2/ |
| D | queue.c | 477 QueueHandle_t xQueueGenericCreate( const UBaseType_t uxQueueLength, in xQueueGenericCreate() function 626 xNewQueue = xQueueGenericCreate( uxMutexLength, uxMutexSize, ucQueueType ); in xQueueCreateMutex() 859 …xHandle = xQueueGenericCreate( uxMaxCount, queueSEMAPHORE_QUEUE_ITEM_LENGTH, queueQUEUE_TYPE_COUNT… in xQueueCreateCountingSemaphore() 2986 …pxQueue = xQueueGenericCreate( uxEventQueueLength, ( UBaseType_t ) sizeof( Queue_t * ), queueQUEUE… in xQueueCreateSet()
|
| D | History.txt | 57 - xQueueGenericCreate
|
| /Kernel-v10.6.2/portable/Common/ |
| D | mpu_wrappers.c | 1112 xReturn = xQueueGenericCreate( uxQueueLength, uxItemSize, ucQueueType ); in MPU_xQueueGenericCreate() 1120 xReturn = xQueueGenericCreate( uxQueueLength, uxItemSize, ucQueueType ); in MPU_xQueueGenericCreate()
|
| D | mpu_wrappers_v2.c | 2842 … xInternalQueueHandle = xQueueGenericCreate( uxQueueLength, uxItemSize, ucQueueType ); in MPU_xQueueGenericCreate()
|