ESP-IDF
esp_apptrace_trax_data_t::inited
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
esp_apptrace_trax_data_t::inited
esp_apptrace_trax_data_t::inited field
Syntax
Show:
Summary
Declaration
from
port.c:183
uint8_t
inited
;
Examples
References
from
examples
Code
Location
Referrer
uint8_t
inited
;
port.c:183
hw_data
->
inited
|=
1
<
<
core_id
;
port.c:341
esp_apptrace_trax_init()
if
(
!
ESP_APPTRACE_TRAX_INITED
(
hw_data
)
)
{
port.c:350
esp_apptrace_trax_up_buffer_get()
if
(
!
ESP_APPTRACE_TRAX_INITED
(
hw_data
)
)
{
port.c:369
esp_apptrace_trax_up_buffer_put()
if
(
!
ESP_APPTRACE_TRAX_INITED
(
hw_data
)
)
{
port.c:379
esp_apptrace_trax_down_buffer_config()
if
(
!
ESP_APPTRACE_TRAX_INITED
(
hw_data
)
)
{
port.c:389
esp_apptrace_trax_down_buffer_get()
if
(
!
ESP_APPTRACE_TRAX_INITED
(
hw_data
)
)
{
port.c:408
esp_apptrace_trax_down_buffer_put()
if
(
!
ESP_APPTRACE_TRAX_INITED
(
hw_data
)
)
{
port.c:428
esp_apptrace_trax_host_is_connected()
if
(
!
ESP_APPTRACE_TRAX_INITED
(
hw_data
)
)
{
port.c:436
esp_apptrace_trax_flush_nolock()
if
(
!
ESP_APPTRACE_TRAX_INITED
(
hw_data
)
)
{
port.c:444
esp_apptrace_trax_flush()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
esp_apptrace_trax_data_t::inited
is written by 1 function and is read by 9 functions:
esp_apptrace_trax_init()
All items filtered out
esp_apptrace_trax_data_t::inited
esp_apptrace_trax_init()
esp_apptrace_trax_up_buffer_get()
esp_apptrace_trax_up_buffer_put()
esp_apptrace_trax_down_buffer_config()
esp_apptrace_trax_down_buffer_get()
esp_apptrace_trax_down_buffer_put()
esp_apptrace_trax_host_is_connected()
esp_apptrace_trax_flush_nolock()
esp_apptrace_trax_flush()
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