Home
last modified time | relevance | path

Searched defs:uxQueueLength (Results 1 – 5 of 5) sorted by relevance

/Kernel-v11.1.0/include/
Dqueue.h149 …#define xQueueCreate( uxQueueLength, uxItemSize ) xQueueGenericCreate( ( uxQueueLength ), ( uxI… argument
235 …#define xQueueCreateStatic( uxQueueLength, uxItemSize, pucQueueStorage, pxQueueBuffer ) xQueueG… argument
DFreeRTOS.h1169 …#define traceENTER_xQueueGenericCreateStatic( uxQueueLength, uxItemSize, pucQueueStorage, pxStatic… argument
1185 #define traceENTER_xQueueGenericCreate( uxQueueLength, uxItemSize, ucQueueType ) argument
/Kernel-v11.1.0/
Dqueue.c376 QueueHandle_t xQueueGenericCreateStatic( const UBaseType_t uxQueueLength, in xQueueGenericCreateStatic()
502 QueueHandle_t xQueueGenericCreate( const UBaseType_t uxQueueLength, in xQueueGenericCreate()
566 static void prvInitialiseNewQueue( const UBaseType_t uxQueueLength, in prvInitialiseNewQueue()
/Kernel-v11.1.0/portable/Common/
Dmpu_wrappers.c1077 QueueHandle_t MPU_xQueueGenericCreate( UBaseType_t uxQueueLength, in MPU_xQueueGenericCreate()
1105 QueueHandle_t MPU_xQueueGenericCreateStatic( const UBaseType_t uxQueueLength, in MPU_xQueueGenericCreateStatic()
Dmpu_wrappers_v2.c2185 UBaseType_t uxQueueItemSize, uxQueueLength; in MPU_xQueueGenericSendImpl() local
2899 QueueHandle_t MPU_xQueueGenericCreate( UBaseType_t uxQueueLength, in MPU_xQueueGenericCreate()
2932 QueueHandle_t MPU_xQueueGenericCreateStatic( const UBaseType_t uxQueueLength, in MPU_xQueueGenericCreateStatic()