Home
last modified time | relevance | path

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

/Kernel-v11.0.1/
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.0.1/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.h681 #define traceQUEUE_CREATE_FAILED( ucQueueType ) argument
1117 …xQueueGenericCreateStatic( uxQueueLength, uxItemSize, pucQueueStorage, pxStaticQueue, ucQueueType ) argument
1133 #define traceENTER_xQueueGenericCreate( uxQueueLength, uxItemSize, ucQueueType ) argument
1141 #define traceENTER_xQueueCreateMutex( ucQueueType ) argument
1149 #define traceENTER_xQueueCreateMutexStatic( ucQueueType, pxStaticQueue ) argument
1321 #define traceRETURN_ucQueueGetQueueType( ucQueueType ) argument
/Kernel-v11.0.1/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.c2766 QueueHandle_t MPU_xQueueCreateMutex( const uint8_t ucQueueType ) /* PRIVILEGED_FUNCTION */ in MPU_xQueueCreateMutex() argument
2776 xInternalQueueHandle = xQueueCreateMutex( ucQueueType ); in MPU_xQueueCreateMutex()
2797 QueueHandle_t MPU_xQueueCreateMutexStatic( const uint8_t ucQueueType, in MPU_xQueueCreateMutexStatic() argument
2808 xInternalQueueHandle = xQueueCreateMutexStatic( ucQueueType, pxStaticQueue ); in MPU_xQueueCreateMutexStatic()
2896 uint8_t ucQueueType ) /* PRIVILEGED_FUNCTION */ in MPU_xQueueGenericCreate() argument
2906 … xInternalQueueHandle = xQueueGenericCreate( uxQueueLength, uxItemSize, ucQueueType ); in MPU_xQueueGenericCreate()
2931 … const uint8_t ucQueueType ) /* PRIVILEGED_FUNCTION */ in MPU_xQueueGenericCreateStatic() argument
2941 …QueueGenericCreateStatic( uxQueueLength, uxItemSize, pucQueueStorage, pxStaticQueue, ucQueueType ); in MPU_xQueueGenericCreateStatic()