Home
last modified time | relevance | path

Searched defs:ucQueueType (Results 1 – 4 of 4) sorted by relevance

/Kernel-v11.0.1/
Dqueue.c134 uint8_t ucQueueType; member
380 const uint8_t ucQueueType ) in xQueueGenericCreateStatic()
504 const uint8_t ucQueueType ) in xQueueGenericCreate()
569 const uint8_t ucQueueType, in prvInitialiseNewQueue()
644 QueueHandle_t xQueueCreateMutex( const uint8_t ucQueueType ) in xQueueCreateMutex()
664 QueueHandle_t xQueueCreateMutexStatic( const uint8_t ucQueueType, in xQueueCreateMutexStatic()
/Kernel-v11.0.1/portable/Common/
Dmpu_wrappers.c1079 uint8_t ucQueueType ) /* FREERTOS_SYSTEM_CALL */ in MPU_xQueueGenericCreate()
1109const uint8_t ucQueueType ) /* FREERTOS_SYSTEM_CALL */ in MPU_xQueueGenericCreateStatic()
1338 QueueHandle_t MPU_xQueueCreateMutex( const uint8_t ucQueueType ) /* FREERTOS_SYSTEM_CALL */ in MPU_xQueueCreateMutex()
1364 QueueHandle_t MPU_xQueueCreateMutexStatic( const uint8_t ucQueueType, in MPU_xQueueCreateMutexStatic()
Dmpu_wrappers_v2.c2766 QueueHandle_t MPU_xQueueCreateMutex( const uint8_t ucQueueType ) /* PRIVILEGED_FUNCTION */ in MPU_xQueueCreateMutex()
2797 QueueHandle_t MPU_xQueueCreateMutexStatic( const uint8_t ucQueueType, in MPU_xQueueCreateMutexStatic()
2896 uint8_t ucQueueType ) /* PRIVILEGED_FUNCTION */ in MPU_xQueueGenericCreate()
2931const uint8_t ucQueueType ) /* PRIVILEGED_FUNCTION */ in MPU_xQueueGenericCreateStatic()
/Kernel-v11.0.1/include/
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