Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/components/app_trace/include/
Desp_app_trace.h170 bool esp_apptrace_host_is_connected(esp_apptrace_dest_t dest);
/hal_espressif-3.6.0/components/app_trace/gcov/
Dgcov_rtio.c123 while (!esp_apptrace_host_is_connected(ESP_APPTRACE_DEST_TRAX)) { in esp_gcov_dump()
/hal_espressif-3.6.0/examples/network/simple_sniffer/main/
Dcmd_pcap.c154 …while (!esp_apptrace_host_is_connected(ESP_APPTRACE_DEST_TRAX) && (retry < SNIFFER_APPTRACE_RETRY)… in sniff_packet_start()
/hal_espressif-3.6.0/components/app_trace/
Dapp_trace.c400 bool esp_apptrace_host_is_connected(esp_apptrace_dest_t dest) in esp_apptrace_host_is_connected() function