Home
last modified time | relevance | path

Searched refs:ESP_APPTRACE_LOGV (Results 1 – 2 of 2) sorted by relevance

/hal_espressif-3.6.0/components/app_trace/
Dapp_trace.c92 ESP_APPTRACE_LOGV("%s(): enter", __func__); in esp_apptrace_down_buffer_get()
120 ESP_APPTRACE_LOGV("%s(): enter", __func__); in esp_apptrace_down_buffer_put()
149 ESP_APPTRACE_LOGV("%s(): enter", __func__); in esp_apptrace_read()
190 ESP_APPTRACE_LOGV("%s(): enter", __func__); in esp_apptrace_buffer_get()
218 ESP_APPTRACE_LOGV("%s(): enter", __func__); in esp_apptrace_buffer_put()
247 ESP_APPTRACE_LOGV("%s(): enter", __func__); in esp_apptrace_write()
287 ESP_APPTRACE_LOGV("%s(): enter", __func__); in esp_apptrace_vprintf_to()
355 ESP_APPTRACE_LOGV("%s(): enter", __func__); in esp_apptrace_flush_nolock()
380 ESP_APPTRACE_LOGV("%s(): enter", __func__); in esp_apptrace_flush()
404 ESP_APPTRACE_LOGV("%s(): enter", __func__); in esp_apptrace_host_is_connected()
/hal_espressif-3.6.0/components/app_trace/include/
Desp_app_trace_util.h185 #define ESP_APPTRACE_LOGV( format, ... ) ESP_APPTRACE_LOG_LEV(V, ESP_LOG_VERBOSE, format, ##__VA_A… macro