ESP-IDF
esp_apptrace_hw_t::host_is_connected
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (3/5)...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
esp_apptrace_hw_t::host_is_connected
esp_apptrace_hw_t::host_is_connected field
Syntax
Show:
Summary
Declaration
from
esp_app_trace_port.h:26
bool
(
*
host_is_connected
)
(
void
*
hw_data
)
;
Examples
References
from
examples
Code
Location
Referrer
bool
(
*
host_is_connected
)
(
void
*
hw_data
)
;
esp_app_trace_port.h:26
if
(
ch
->
hw
->
host_is_connected
==
NULL
)
{
app_trace.c:439
esp_apptrace_host_is_connected()
return
ch
->
hw
->
host_is_connected
(
ch
->
hw_data
)
;
app_trace.c:443
esp_apptrace_host_is_connected()
.
host_is_connected
=
(
bool
(
*
)
(
void
*
)
)
esp_apptrace_trax_host_is_connected
,
port.c:236
esp_apptrace_jtag_hw_get()
Call Tree
from
examples
esp_apptrace_hw_t::host_is_connected
is called by 1 function:
esp_apptrace_host_is_connected()
All items filtered out
esp_apptrace_hw_t::host_is_connected
All items filtered out
Data Use
from
examples
esp_apptrace_hw_t::host_is_connected
is read by 1 function:
All items filtered out
esp_apptrace_hw_t::host_is_connected
esp_apptrace_host_is_connected()
All items filtered out
Class Tree
from
examples
All items filtered out
All items filtered out
Override Tree
from
examples
All items filtered out
All items filtered out
Implementations
from
examples
All items filtered out
All items filtered out
Instances
from
examples
Lifecycle
from
examples
All items filtered out
All items filtered out