Home
last modified time | relevance | path

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

/FreeRTOS-Kernel/
A Dqueue.c134 uint8_t ucQueueType; member
380 const uint8_t ucQueueType ) in xQueueGenericCreateStatic()
504 const uint8_t ucQueueType ) in xQueueGenericCreate()
572 const uint8_t ucQueueType, in prvInitialiseNewQueue()
647 QueueHandle_t xQueueCreateMutex( const uint8_t ucQueueType ) in xQueueCreateMutex()
667 QueueHandle_t xQueueCreateMutexStatic( const uint8_t ucQueueType, in xQueueCreateMutexStatic()
/FreeRTOS-Kernel/portable/Common/
A Dmpu_wrappers.c1081 uint8_t ucQueueType ) /* FREERTOS_SYSTEM_CALL */ in MPU_xQueueGenericCreate()
1111const uint8_t ucQueueType ) /* FREERTOS_SYSTEM_CALL */ in MPU_xQueueGenericCreateStatic()
1340 QueueHandle_t MPU_xQueueCreateMutex( const uint8_t ucQueueType ) /* FREERTOS_SYSTEM_CALL */ in MPU_xQueueCreateMutex()
1366 QueueHandle_t MPU_xQueueCreateMutexStatic( const uint8_t ucQueueType, in MPU_xQueueCreateMutexStatic()
A Dmpu_wrappers_v2.c2771 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()
2936const uint8_t ucQueueType ) /* PRIVILEGED_FUNCTION */ in MPU_xQueueGenericCreateStatic()
/FreeRTOS-Kernel/include/
A DFreeRTOS.h746 #define traceQUEUE_CREATE_FAILED( ucQueueType ) argument
1186 …xQueueGenericCreateStatic( uxQueueLength, uxItemSize, pucQueueStorage, pxStaticQueue, ucQueueType ) argument
1202 #define traceENTER_xQueueGenericCreate( uxQueueLength, uxItemSize, ucQueueType ) argument
1210 #define traceENTER_xQueueCreateMutex( ucQueueType ) argument
1218 #define traceENTER_xQueueCreateMutexStatic( ucQueueType, pxStaticQueue ) argument
1390 #define traceRETURN_ucQueueGetQueueType( ucQueueType ) argument

Completed in 40 milliseconds