Home
last modified time | relevance | path

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

/Kernel-v10.6.2/include/
Dqueue.h235 … uxQueueLength, uxItemSize, pucQueueStorage, pxQueueBuffer ) xQueueGenericCreateStatic( ( uxQue…
1589 QueueHandle_t xQueueGenericCreateStatic( const UBaseType_t uxQueueLength,
Dsemphr.h228 …#define xSemaphoreCreateBinaryStatic( pxStaticSemaphore ) xQueueGenericCreateStatic( ( UBaseTyp…
Dmpu_wrappers.h136 #define xQueueGenericCreateStatic MPU_xQueueGenericCreateStatic macro
/Kernel-v10.6.2/
Dqueue.c365 QueueHandle_t xQueueGenericCreateStatic( const UBaseType_t uxQueueLength, in xQueueGenericCreateStatic() function
647 …xNewQueue = xQueueGenericCreateStatic( uxMutexLength, uxMutexSize, NULL, pxStaticQueue, ucQueueTyp… in xQueueCreateMutexStatic()
824 …xHandle = xQueueGenericCreateStatic( uxMaxCount, queueSEMAPHORE_QUEUE_ITEM_LENGTH, NULL, pxStaticQ… in xQueueCreateCountingSemaphoreStatic()
DHistory.txt58 - xQueueGenericCreateStatic
/Kernel-v10.6.2/portable/Common/
Dmpu_wrappers.c1142 …xReturn = xQueueGenericCreateStatic( uxQueueLength, uxItemSize, pucQueueStorage, pxStaticQueue, uc… in MPU_xQueueGenericCreateStatic()
1150 …xReturn = xQueueGenericCreateStatic( uxQueueLength, uxItemSize, pucQueueStorage, pxStaticQueue, uc… in MPU_xQueueGenericCreateStatic()
Dmpu_wrappers_v2.c2877 …xInternalQueueHandle = xQueueGenericCreateStatic( uxQueueLength, uxItemSize, pucQueueStorage, pxSt… in MPU_xQueueGenericCreateStatic()