Home
last modified time | relevance | path

Searched refs:ucQueueType (Results 1 – 6 of 6) sorted by relevance

/Kernel-v11.1.0/
Dqueue.c134 uint8_t ucQueueType; member
229 const uint8_t ucQueueType,
380 const uint8_t ucQueueType ) in xQueueGenericCreateStatic() argument
384 …QueueGenericCreateStatic( uxQueueLength, uxItemSize, pucQueueStorage, pxStaticQueue, ucQueueType ); in xQueueGenericCreateStatic()
428 … prvInitialiseNewQueue( uxQueueLength, uxItemSize, pucQueueStorage, ucQueueType, pxNewQueue ); in xQueueGenericCreateStatic()
504 const uint8_t ucQueueType ) in xQueueGenericCreate() argument
510 traceENTER_xQueueGenericCreate( uxQueueLength, uxItemSize, ucQueueType ); in xQueueGenericCreate()
544 … prvInitialiseNewQueue( uxQueueLength, uxItemSize, pucQueueStorage, ucQueueType, pxNewQueue ); in xQueueGenericCreate()
548 traceQUEUE_CREATE_FAILED( ucQueueType ); in xQueueGenericCreate()
569 const uint8_t ucQueueType, in prvInitialiseNewQueue() argument
[all …]
/Kernel-v11.1.0/include/
Dqueue.h1498 QueueHandle_t xQueueCreateMutex( const uint8_t ucQueueType ) PRIVILEGED_FUNCTION;
1501 QueueHandle_t xQueueCreateMutexStatic( const uint8_t ucQueueType,
1606 const uint8_t ucQueueType ) PRIVILEGED_FUNCTION;
1619 const uint8_t ucQueueType ) PRIVILEGED_FUNCTION;
Dmpu_prototypes.h219 QueueHandle_t MPU_xQueueCreateMutex( const uint8_t ucQueueType ) PRIVILEGED_FUNCTION;
220 QueueHandle_t MPU_xQueueCreateMutexStatic( const uint8_t ucQueueType,
229 const uint8_t ucQueueType ) PRIVILEGED_FUNCTION;
234 const uint8_t ucQueueType ) PRIVILEGED_FUNCTION;
DFreeRTOS.h729 #define traceQUEUE_CREATE_FAILED( ucQueueType ) argument
1169 …xQueueGenericCreateStatic( uxQueueLength, uxItemSize, pucQueueStorage, pxStaticQueue, ucQueueType ) argument
1185 #define traceENTER_xQueueGenericCreate( uxQueueLength, uxItemSize, ucQueueType ) argument
1193 #define traceENTER_xQueueCreateMutex( ucQueueType ) argument
1201 #define traceENTER_xQueueCreateMutexStatic( ucQueueType, pxStaticQueue ) argument
1373 #define traceRETURN_ucQueueGetQueueType( ucQueueType ) argument
/Kernel-v11.1.0/portable/Common/
Dmpu_wrappers.c1079 uint8_t ucQueueType ) /* FREERTOS_SYSTEM_CALL */ in MPU_xQueueGenericCreate() argument
1088 xReturn = xQueueGenericCreate( uxQueueLength, uxItemSize, ucQueueType ); in MPU_xQueueGenericCreate()
1096 xReturn = xQueueGenericCreate( uxQueueLength, uxItemSize, ucQueueType ); in MPU_xQueueGenericCreate()
1109 … const uint8_t ucQueueType ) /* FREERTOS_SYSTEM_CALL */ in MPU_xQueueGenericCreateStatic() argument
1118 …QueueGenericCreateStatic( uxQueueLength, uxItemSize, pucQueueStorage, pxStaticQueue, ucQueueType ); in MPU_xQueueGenericCreateStatic()
1126 …QueueGenericCreateStatic( uxQueueLength, uxItemSize, pucQueueStorage, pxStaticQueue, ucQueueType ); in MPU_xQueueGenericCreateStatic()
1338 QueueHandle_t MPU_xQueueCreateMutex( const uint8_t ucQueueType ) /* FREERTOS_SYSTEM_CALL */ in MPU_xQueueCreateMutex() argument
1347 xReturn = xQueueCreateMutex( ucQueueType ); in MPU_xQueueCreateMutex()
1355 xReturn = xQueueCreateMutex( ucQueueType ); in MPU_xQueueCreateMutex()
1364 QueueHandle_t MPU_xQueueCreateMutexStatic( const uint8_t ucQueueType, in MPU_xQueueCreateMutexStatic() argument
[all …]
Dmpu_wrappers_v2.c2771 QueueHandle_t MPU_xQueueCreateMutex( const uint8_t ucQueueType ) /* PRIVILEGED_FUNCTION */ in MPU_xQueueCreateMutex() argument
2781 xInternalQueueHandle = xQueueCreateMutex( ucQueueType ); in MPU_xQueueCreateMutex()
2802 QueueHandle_t MPU_xQueueCreateMutexStatic( const uint8_t ucQueueType, in MPU_xQueueCreateMutexStatic() argument
2813 xInternalQueueHandle = xQueueCreateMutexStatic( ucQueueType, pxStaticQueue ); in MPU_xQueueCreateMutexStatic()
2901 uint8_t ucQueueType ) /* PRIVILEGED_FUNCTION */ in MPU_xQueueGenericCreate() argument
2911 … xInternalQueueHandle = xQueueGenericCreate( uxQueueLength, uxItemSize, ucQueueType ); in MPU_xQueueGenericCreate()
2936 … const uint8_t ucQueueType ) /* PRIVILEGED_FUNCTION */ in MPU_xQueueGenericCreateStatic() argument
2946 …QueueGenericCreateStatic( uxQueueLength, uxItemSize, pucQueueStorage, pxStaticQueue, ucQueueType ); in MPU_xQueueGenericCreateStatic()