Home
last modified time | relevance | path

Searched refs:pxNewQueue (Results 1 – 3 of 3) sorted by relevance

/hal_espressif-2.7.6/components/freertos/
Dqueue.c218 …temSize, uint8_t *pucQueueStorage, const uint8_t ucQueueType, Queue_t *pxNewQueue ) PRIVILEGED_FUN…
226 static void prvInitialiseMutex( Queue_t *pxNewQueue ) PRIVILEGED_FUNCTION;
322 Queue_t *pxNewQueue; in xQueueGenericCreateStatic() local
349pxNewQueue = ( Queue_t * ) pxStaticQueue; /*lint !e740 !e9087 Unusual cast is ok as the structures… in xQueueGenericCreateStatic()
351 if( pxNewQueue != NULL ) in xQueueGenericCreateStatic()
358 pxNewQueue->ucStaticallyAllocated = pdTRUE; in xQueueGenericCreateStatic()
362 prvInitialiseNewQueue( uxQueueLength, uxItemSize, pucQueueStorage, ucQueueType, pxNewQueue ); in xQueueGenericCreateStatic()
370 return pxNewQueue; in xQueueGenericCreateStatic()
380 Queue_t *pxNewQueue; in xQueueGenericCreate() local
413pxNewQueue = ( Queue_t * ) pvPortMalloc( sizeof( Queue_t ) + xQueueSizeInBytes ); /*lint !e9087 !e… in xQueueGenericCreate()
[all …]
/hal_espressif-2.7.6/components/freertos/include/freertos/
DFreeRTOS.h418 #define traceQUEUE_CREATE( pxNewQueue ) argument
426 #define traceCREATE_MUTEX( pxNewQueue ) argument
/hal_espressif-2.7.6/components/app_trace/sys_view/Sample/OS/
DSEGGER_SYSVIEW_FreeRTOS.h231 #define traceQUEUE_CREATE( pxNewQueue ) SEGGER_SYSVIEW_RecordU32x3(ap… argument