Home
last modified time | relevance | path

Searched refs:xQueueGenericCreate (Results 1 – 7 of 7) sorted by relevance

/FreeRTOS-Kernel/include/
A Dsemphr.h99 …( xSemaphore ) = xQueueGenericCreate( ( UBaseType_t ) 1, semSEMAPHORE_QUEUE_ITEM_LENGTH, queueQUEU…
167 …#define xSemaphoreCreateBinary() xQueueGenericCreate( ( UBaseType_t ) 1, semSEMAPHORE_QUEUE_ITE…
A Dqueue.h149 …#define xQueueCreate( uxQueueLength, uxItemSize ) xQueueGenericCreate( ( uxQueueLength ), ( uxI…
1604 QueueHandle_t xQueueGenericCreate( const UBaseType_t uxQueueLength,
A Dmpu_wrappers.h149 #define xQueueGenericCreate MPU_xQueueGenericCreate macro
/FreeRTOS-Kernel/
A Dqueue.c502 QueueHandle_t xQueueGenericCreate( const UBaseType_t uxQueueLength, in xQueueGenericCreate() function
654 xNewQueue = xQueueGenericCreate( uxMutexLength, uxMutexSize, ucQueueType ); in xQueueCreateMutex()
922 …xHandle = xQueueGenericCreate( uxMaxCount, queueSEMAPHORE_QUEUE_ITEM_LENGTH, queueQUEUE_TYPE_COUNT… in xQueueCreateCountingSemaphore()
3185 …pxQueue = xQueueGenericCreate( uxEventQueueLength, ( UBaseType_t ) sizeof( Queue_t * ), queueQUEUE… in xQueueCreateSet()
A DHistory.txt361 - xQueueGenericCreate
/FreeRTOS-Kernel/portable/Common/
A Dmpu_wrappers.c1090 xReturn = xQueueGenericCreate( uxQueueLength, uxItemSize, ucQueueType ); in MPU_xQueueGenericCreate()
1098 xReturn = xQueueGenericCreate( uxQueueLength, uxItemSize, ucQueueType ); in MPU_xQueueGenericCreate()
A Dmpu_wrappers_v2.c2911 … xInternalQueueHandle = xQueueGenericCreate( uxQueueLength, uxItemSize, ucQueueType ); in MPU_xQueueGenericCreate()

Completed in 35 milliseconds