Searched refs:xQueueGenericCreateStatic (Results 1 – 7 of 7) sorted by relevance
| /Kernel-v11.0.1/include/ |
| D | queue.h | 235 … uxQueueLength, uxItemSize, pucQueueStorage, pxQueueBuffer ) xQueueGenericCreateStatic( ( uxQue… 1615 QueueHandle_t xQueueGenericCreateStatic( const UBaseType_t uxQueueLength,
|
| D | semphr.h | 228 …#define xSemaphoreCreateBinaryStatic( pxStaticSemaphore ) xQueueGenericCreateStatic( ( UBaseTyp…
|
| D | mpu_wrappers.h | 138 #define xQueueGenericCreateStatic MPU_xQueueGenericCreateStatic macro
|
| /Kernel-v11.0.1/ |
| D | queue.c | 376 QueueHandle_t xQueueGenericCreateStatic( const UBaseType_t uxQueueLength, in xQueueGenericCreateStatic() function 676 …xNewQueue = xQueueGenericCreateStatic( uxMutexLength, uxMutexSize, NULL, pxStaticQueue, ucQueueTyp… in xQueueCreateMutexStatic() 873 …xHandle = xQueueGenericCreateStatic( uxMaxCount, queueSEMAPHORE_QUEUE_ITEM_LENGTH, NULL, pxStaticQ… in xQueueCreateCountingSemaphoreStatic()
|
| D | History.txt | 150 - xQueueGenericCreateStatic
|
| /Kernel-v11.0.1/portable/Common/ |
| D | mpu_wrappers.c | 1118 …xReturn = xQueueGenericCreateStatic( uxQueueLength, uxItemSize, pucQueueStorage, pxStaticQueue, uc… in MPU_xQueueGenericCreateStatic() 1126 …xReturn = xQueueGenericCreateStatic( uxQueueLength, uxItemSize, pucQueueStorage, pxStaticQueue, uc… in MPU_xQueueGenericCreateStatic()
|
| D | mpu_wrappers_v2.c | 2941 …xInternalQueueHandle = xQueueGenericCreateStatic( uxQueueLength, uxItemSize, pucQueueStorage, pxSt… in MPU_xQueueGenericCreateStatic()
|