Home
last modified time | relevance | path

Searched refs:esp_apptrace_vprintf (Results 1 – 6 of 6) sorted by relevance

/hal_espressif-3.4.0/examples/system/app_trace_to_host/main/
Dapp_trace_to_host_example_main.c110 esp_log_set_vprintf(esp_apptrace_vprintf); in app_main()
/hal_espressif-3.4.0/components/app_trace/include/
Desp_app_trace.h103 int esp_apptrace_vprintf(const char *fmt, va_list ap);
/hal_espressif-3.4.0/docs/zh_CN/api-guides/
Dapp_trace.rst269 通过应用层跟踪库的 ``esp_apptrace_vprintf`` 函数,可以将日志信息发送到主机,该函数不执行格式字符串和参数的完全解析,而仅仅计算传递的参数的数量,并将它们与格式字符串地址一起…
288 1. 在目标端,需要安装特殊的类 vprintf 函数,正如前面提到过的,这个函数是 ``esp_apptrace_vprintf``,它会负责将日志数据发送给主机。示例代码参见 :example:…
/hal_espressif-3.4.0/components/app_trace/
Dapp_trace.c345 int esp_apptrace_vprintf(const char *fmt, va_list ap) in esp_apptrace_vprintf() function
/hal_espressif-3.4.0/examples/system/app_trace_to_host/
DREADME.md200 esp_log_set_vprintf(esp_apptrace_vprintf);
/hal_espressif-3.4.0/docs/en/api-guides/
Dapp_trace.rst269 …g feature can be used to transfer log information to host using ``esp_apptrace_vprintf`` function.…
288 …s to be installed. As it was mentioned earlier this function is ``esp_apptrace_vprintf``. It sends…