Searched defs:ucQueueType (Results 1 – 4 of 4) sorted by relevance
131 uint8_t ucQueueType; member369 const uint8_t ucQueueType ) in xQueueGenericCreateStatic()479 const uint8_t ucQueueType ) in xQueueGenericCreate()546 const uint8_t ucQueueType, in prvInitialiseNewQueue()621 QueueHandle_t xQueueCreateMutex( const uint8_t ucQueueType ) in xQueueCreateMutex()637 QueueHandle_t xQueueCreateMutexStatic( const uint8_t ucQueueType, in xQueueCreateMutexStatic()
1103 uint8_t ucQueueType ) /* FREERTOS_SYSTEM_CALL */ in MPU_xQueueGenericCreate()1133 … const uint8_t ucQueueType ) /* FREERTOS_SYSTEM_CALL */ in MPU_xQueueGenericCreateStatic()1362 QueueHandle_t MPU_xQueueCreateMutex( const uint8_t ucQueueType ) /* FREERTOS_SYSTEM_CALL */ in MPU_xQueueCreateMutex()1388 QueueHandle_t MPU_xQueueCreateMutexStatic( const uint8_t ucQueueType, in MPU_xQueueCreateMutexStatic()
2702 QueueHandle_t MPU_xQueueCreateMutex( const uint8_t ucQueueType ) /* PRIVILEGED_FUNCTION */ in MPU_xQueueCreateMutex()2733 QueueHandle_t MPU_xQueueCreateMutexStatic( const uint8_t ucQueueType, in MPU_xQueueCreateMutexStatic()2832 uint8_t ucQueueType ) /* PRIVILEGED_FUNCTION */ in MPU_xQueueGenericCreate()2867 … const uint8_t ucQueueType ) /* PRIVILEGED_FUNCTION */ in MPU_xQueueGenericCreateStatic()
535 #define traceQUEUE_CREATE_FAILED( ucQueueType ) argument