Searched defs:ucQueueType (Results 1 – 4 of 4) sorted by relevance
| /Kernel-v11.0.1/ |
| 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.0.1/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 | 2766 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() 2931 … const uint8_t ucQueueType ) /* PRIVILEGED_FUNCTION */ in MPU_xQueueGenericCreateStatic()
|
| /Kernel-v11.0.1/include/ |
| D | FreeRTOS.h | 681 #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
|