Home
last modified time | relevance | path

Searched refs:pcQueueName (Results 1 – 4 of 4) sorted by relevance

/hal_espressif-3.6.0/components/freertos/
Dqueue.c165 …const char * pcQueueName; /*lint !e971 Unqualified char types are allowed for strings and single c… member
2829 …const char * pcQueueName ) /*lint !e971 Unqualified char types are allowed for strings and single … in vQueueAddToRegistry() argument
2838 if( xQueueRegistry[ ux ].pcQueueName == NULL ) in vQueueAddToRegistry()
2841 xQueueRegistry[ ux ].pcQueueName = pcQueueName; in vQueueAddToRegistry()
2844 traceQUEUE_REGISTRY_ADD( xQueue, pcQueueName ); in vQueueAddToRegistry()
2874 pcReturn = xQueueRegistry[ ux ].pcQueueName; in pcQueueGetName()
2905 xQueueRegistry[ ux ].pcQueueName = NULL; in vQueueUnregisterQueue()
/hal_espressif-3.6.0/components/app_trace/sys_view/Sample/OS/
DSEGGER_SYSVIEW_FreeRTOS.h238pcQueueName ) SEGGER_SYSVIEW_RecordU32x2(apiFastID_OFFSET + apiID_VQUEUEADDTOREGIST… argument
/hal_espressif-3.6.0/components/freertos/include/freertos/
Dqueue.h1588 …const char * pcQueueName ) PRIVILEGED_FUNCTION; /*lint !e971 Unqualified char types are allowed fo…
DFreeRTOS.h684 #define traceQUEUE_REGISTRY_ADD( xQueue, pcQueueName ) argument