Home
last modified time | relevance | path

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

/Kernel-v11.1.0/include/
Dqueue.h235 … uxQueueLength, uxItemSize, pucQueueStorage, pxQueueBuffer ) xQueueGenericCreateStatic( ( uxQue…
1615 QueueHandle_t xQueueGenericCreateStatic( const UBaseType_t uxQueueLength,
Dsemphr.h228 …#define xSemaphoreCreateBinaryStatic( pxStaticSemaphore ) xQueueGenericCreateStatic( ( UBaseTyp…
Dmpu_wrappers.h138 #define xQueueGenericCreateStatic MPU_xQueueGenericCreateStatic macro
/Kernel-v11.1.0/
Dqueue.c376 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()
DHistory.txt227 - xQueueGenericCreateStatic
/Kernel-v11.1.0/portable/Common/
Dmpu_wrappers.c1118 …xReturn = xQueueGenericCreateStatic( uxQueueLength, uxItemSize, pucQueueStorage, pxStaticQueue, uc… in MPU_xQueueGenericCreateStatic()
1126 …xReturn = xQueueGenericCreateStatic( uxQueueLength, uxItemSize, pucQueueStorage, pxStaticQueue, uc… in MPU_xQueueGenericCreateStatic()
Dmpu_wrappers_v2.c2946 …xInternalQueueHandle = xQueueGenericCreateStatic( uxQueueLength, uxItemSize, pucQueueStorage, pxSt… in MPU_xQueueGenericCreateStatic()