Searched refs:xQueueGenericCreateStatic (Results 1 – 7 of 7) sorted by relevance
/FreeRTOS-Kernel/include/ |
A D | queue.h | 235 … uxQueueLength, uxItemSize, pucQueueStorage, pxQueueBuffer ) xQueueGenericCreateStatic( ( uxQue… 1615 QueueHandle_t xQueueGenericCreateStatic( const UBaseType_t uxQueueLength,
|
A D | semphr.h | 228 …#define xSemaphoreCreateBinaryStatic( pxStaticSemaphore ) xQueueGenericCreateStatic( ( UBaseTyp…
|
A D | mpu_wrappers.h | 150 #define xQueueGenericCreateStatic MPU_xQueueGenericCreateStatic macro
|
/FreeRTOS-Kernel/ |
A D | queue.c | 376 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 D | History.txt | 362 - xQueueGenericCreateStatic
|
/FreeRTOS-Kernel/portable/Common/ |
A D | mpu_wrappers.c | 1120 …xReturn = xQueueGenericCreateStatic( uxQueueLength, uxItemSize, pucQueueStorage, pxStaticQueue, uc… in MPU_xQueueGenericCreateStatic() 1128 …xReturn = xQueueGenericCreateStatic( uxQueueLength, uxItemSize, pucQueueStorage, pxStaticQueue, uc… in MPU_xQueueGenericCreateStatic()
|
A D | mpu_wrappers_v2.c | 2946 …xInternalQueueHandle = xQueueGenericCreateStatic( uxQueueLength, uxItemSize, pucQueueStorage, pxSt… in MPU_xQueueGenericCreateStatic()
|
Completed in 72 milliseconds