ESP-IDF
TAG
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
TAG
TAG variable
Syntax
Show:
Summary
Declaration
from
trax.c:25
static
const
char
*
__attribute__
(
(
unused
)
)
TAG
=
"trax"
;
Examples
References
from
examples
Code
Location
Referrer
static
const
char
*
__attribute__
(
(
unused
)
)
TAG
=
"trax"
;
trax.c:25
ESP_EARLY_LOGE
(
TAG
,
"trax_enable called, but trax is disabled in menuconfig!"
)
;
trax.c:30
trax_enable()
ESP_EARLY_LOGE
(
TAG
,
"trax_start_trace called, but trax is disabled in menuconfig!"
)
;
trax.c:78
trax_start_trace()
ESP_EARLY_LOGI
(
TAG
,
"Stopping active trace first."
)
;
trax.c:82
trax_start_trace()
ESP_EARLY_LOGE
(
TAG
,
"trax_trigger_traceend_after_delay called, but trax is disabled in menuconfig!"
)
;
trax.c:97
trax_trigger_traceend_after_delay()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
TAG
is read by 3 functions:
All items filtered out
TAG
trax_enable()
trax_start_trace()
trax_trigger_traceend_after_delay()
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