Home
last modified time | relevance | path

Searched refs:esp_apptrace_flush (Results 1 – 8 of 8) sorted by relevance

/hal_espressif-3.6.0/examples/network/simple_sniffer/main/
Dcmd_pcap.c77 return esp_apptrace_flush(ESP_APPTRACE_DEST_TRAX, ESP_APPTRACE_TMO_INFINITE) == ESP_OK ? 0 : -1; in trace_closefun()
82 esp_apptrace_flush(ESP_APPTRACE_DEST_TRAX, pdMS_TO_TICKS(10)); in pcap_flush_apptrace_timer_cb()
/hal_espressif-3.6.0/examples/system/app_trace_to_host/main/
Dapp_trace_to_host_example_main.c115 esp_apptrace_flush(ESP_APPTRACE_DEST_TRAX, 100000); in app_main()
/hal_espressif-3.6.0/components/app_trace/include/
Desp_app_trace.h113 esp_err_t esp_apptrace_flush(esp_apptrace_dest_t dest, uint32_t tmo);
/hal_espressif-3.6.0/components/app_trace/
Dhost_file_io.c100 ret = esp_apptrace_flush(dest, ESP_APPTRACE_TMO_INFINITE);//TODO: finite tmo in esp_apptrace_file_cmd_send()
Dapp_trace.c375 esp_err_t esp_apptrace_flush(esp_apptrace_dest_t dest, uint32_t usr_tmo) in esp_apptrace_flush() function
/hal_espressif-3.6.0/docs/zh_CN/api-guides/
Dapp_trace.rst224 …a timeout!” 的消息,则目标可能在超时之前没有发送足够的数据给 OpenOCD 来清空缓冲区。增加超时时间或者使用函数 ``esp_apptrace_flush()`` 以特定间隔刷新数…
/hal_espressif-3.6.0/components/app_trace/test/
Dtest_trace.c757 esp_err_t ret = esp_apptrace_flush(ESP_APPTRACE_DEST_TRAX, ESP_APPTRACE_TMO_INFINITE); in esp_logtrace_task()
/hal_espressif-3.6.0/docs/en/api-guides/
Dapp_trace.rst225 …ration of timeout. Either increase the timeout or use a function ``esp_apptrace_flush()`` to flush…