Home
last modified time | relevance | path

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

/FreeRTOS-Kernel/include/
A Dqueue.h149 …#define xQueueCreate( uxQueueLength, uxItemSize ) xQueueGenericCreate( ( uxQueueLength ), ( uxI… argument
235 …#define xQueueCreateStatic( uxQueueLength, uxItemSize, pucQueueStorage, pxQueueBuffer ) xQueueG… argument
A DFreeRTOS.h1186 …#define traceENTER_xQueueGenericCreateStatic( uxQueueLength, uxItemSize, pucQueueStorage, pxStatic… argument
1202 #define traceENTER_xQueueGenericCreate( uxQueueLength, uxItemSize, ucQueueType ) argument
/FreeRTOS-Kernel/
A Dqueue.c376 QueueHandle_t xQueueGenericCreateStatic( const UBaseType_t uxQueueLength, in xQueueGenericCreateStatic()
502 QueueHandle_t xQueueGenericCreate( const UBaseType_t uxQueueLength, in xQueueGenericCreate()
569 static void prvInitialiseNewQueue( const UBaseType_t uxQueueLength, in prvInitialiseNewQueue()
/FreeRTOS-Kernel/portable/Common/
A Dmpu_wrappers.c1079 QueueHandle_t MPU_xQueueGenericCreate( UBaseType_t uxQueueLength, in MPU_xQueueGenericCreate()
1107 QueueHandle_t MPU_xQueueGenericCreateStatic( const UBaseType_t uxQueueLength, in MPU_xQueueGenericCreateStatic()
A 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()

Completed in 35 milliseconds