Home
last modified time | relevance | path

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

/FreeRTOS-Kernel/include/
A Dqueue.h235 … uxQueueLength, uxItemSize, pucQueueStorage, pxQueueBuffer ) xQueueGenericCreateStatic( ( uxQue…
1615 QueueHandle_t xQueueGenericCreateStatic( const UBaseType_t uxQueueLength,
A Dsemphr.h228 …#define xSemaphoreCreateBinaryStatic( pxStaticSemaphore ) xQueueGenericCreateStatic( ( UBaseTyp…
A Dmpu_wrappers.h150 #define xQueueGenericCreateStatic MPU_xQueueGenericCreateStatic macro
/FreeRTOS-Kernel/
A Dqueue.c376 QueueHandle_t xQueueGenericCreateStatic( const UBaseType_t uxQueueLength, in xQueueGenericCreateStatic() function
679 …xNewQueue = xQueueGenericCreateStatic( uxMutexLength, uxMutexSize, NULL, pxStaticQueue, ucQueueTyp… in xQueueCreateMutexStatic()
883 …xHandle = xQueueGenericCreateStatic( uxMaxCount, queueSEMAPHORE_QUEUE_ITEM_LENGTH, NULL, pxStaticQ… in xQueueCreateCountingSemaphoreStatic()
3205 …pxQueue = xQueueGenericCreateStatic( uxEventQueueLength, ( UBaseType_t ) sizeof( Queue_t * ), pucQ… in xQueueCreateSetStatic()
A DHistory.txt362 - xQueueGenericCreateStatic
/FreeRTOS-Kernel/portable/Common/
A Dmpu_wrappers.c1120 …xReturn = xQueueGenericCreateStatic( uxQueueLength, uxItemSize, pucQueueStorage, pxStaticQueue, uc… in MPU_xQueueGenericCreateStatic()
1128 …xReturn = xQueueGenericCreateStatic( uxQueueLength, uxItemSize, pucQueueStorage, pxStaticQueue, uc… in MPU_xQueueGenericCreateStatic()
A Dmpu_wrappers_v2.c2946 …xInternalQueueHandle = xQueueGenericCreateStatic( uxQueueLength, uxItemSize, pucQueueStorage, pxSt… in MPU_xQueueGenericCreateStatic()

Completed in 72 milliseconds