Searched defs:ucQueueType (Results 1 – 4 of 4) sorted by relevance
/Kernel-v11.1.0/ |
D | queue.c | 134 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.1.0/portable/Common/ |
D | mpu_wrappers.c | 1079 uint8_t ucQueueType ) /* FREERTOS_SYSTEM_CALL */ in MPU_xQueueGenericCreate() 1109 … const 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()
|
D | mpu_wrappers_v2.c | 2771 QueueHandle_t MPU_xQueueCreateMutex( const uint8_t ucQueueType ) /* PRIVILEGED_FUNCTION */ in MPU_xQueueCreateMutex() 2802 QueueHandle_t MPU_xQueueCreateMutexStatic( const uint8_t ucQueueType, in MPU_xQueueCreateMutexStatic() 2901 uint8_t ucQueueType ) /* PRIVILEGED_FUNCTION */ in MPU_xQueueGenericCreate() 2936 … const uint8_t ucQueueType ) /* PRIVILEGED_FUNCTION */ in MPU_xQueueGenericCreateStatic()
|
/Kernel-v11.1.0/include/ |
D | FreeRTOS.h | 729 #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
|