ESP-IDF
s_trace_channels
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
s_trace_channels
s_trace_channels variable
Syntax
Show:
Summary
Declaration
from
app_trace.c:37
static
esp_apptrace_channel_t
s_trace_channels
[
ESP_APPTRACE_DEST_MAX
]
;
Examples
References
from
examples
Code
Location
Referrer
static
esp_apptrace_channel_t
s_trace_channels
[
ESP_APPTRACE_DEST_MAX
]
;
app_trace.c:37
memset
(
&
s_trace_channels
,
0
,
sizeof
(
s_trace_channels
)
)
;
app_trace.c:48
esp_apptrace_init()
s_trace_channels
[
ESP_APPTRACE_DEST_JTAG
]
.
hw
=
hw
;
app_trace.c:52
esp_apptrace_init()
s_trace_channels
[
ESP_APPTRACE_DEST_JTAG
]
.
hw_data
=
hw_data
;
app_trace.c:53
esp_apptrace_init()
s_trace_channels
[
ESP_APPTRACE_DEST_UART
]
.
hw
=
hw
;
app_trace.c:57
esp_apptrace_init()
s_trace_channels
[
ESP_APPTRACE_DEST_UART
]
.
hw_data
=
hw_data
;
app_trace.c:58
esp_apptrace_init()
for
(
int
i
=
0
;
i
<
sizeof
(
s_trace_channels
)
/
sizeof
(
s_trace_channels
[
0
]
)
;
i
++
)
{
app_trace.c:64
esp_apptrace_init()
esp_apptrace_channel_t
*
ch
=
&
s_trace_channels
[
i
]
;
app_trace.c:65
esp_apptrace_init()
ch
=
&
s_trace_channels
[
ESP_APPTRACE_DEST_JTAG
]
;
app_trace.c:92
esp_apptrace_down_buffer_config()
ch
=
&
s_trace_channels
[
ESP_APPTRACE_DEST_UART
]
;
app_trace.c:100
esp_apptrace_down_buffer_config()
ch
=
&
s_trace_channels
[
dest
]
;
app_trace.c:125
esp_apptrace_down_buffer_get()
ch
=
&
s_trace_channels
[
dest
]
;
app_trace.c:153
esp_apptrace_down_buffer_put()
ch
=
&
s_trace_channels
[
dest
]
;
app_trace.c:182
esp_apptrace_read()
ch
=
&
s_trace_channels
[
dest
]
;
app_trace.c:223
esp_apptrace_buffer_get()
ch
=
&
s_trace_channels
[
dest
]
;
app_trace.c:251
esp_apptrace_buffer_put()
ch
=
&
s_trace_channels
[
dest
]
;
app_trace.c:280
esp_apptrace_write()
ch
=
&
s_trace_channels
[
dest
]
;
app_trace.c:320
esp_apptrace_vprintf_to()
ch
=
&
s_trace_channels
[
dest
]
;
app_trace.c:385
esp_apptrace_flush_nolock()
ch
=
&
s_trace_channels
[
dest
]
;
app_trace.c:410
esp_apptrace_flush()
ch
=
&
s_trace_channels
[
dest
]
;
app_trace.c:434
esp_apptrace_host_is_connected()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
s_trace_channels
is read by 12 functions:
All items filtered out
s_trace_channels
esp_apptrace_init()
esp_apptrace_down_buffer_config()
esp_apptrace_down_buffer_get()
esp_apptrace_down_buffer_put()
esp_apptrace_read()
esp_apptrace_buffer_get()
esp_apptrace_buffer_put()
esp_apptrace_write()
esp_apptrace_vprintf_to()
esp_apptrace_flush_nolock()
esp_apptrace_flush()
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