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
rtc_clk_init.c:29
static
const
char
*
TAG
=
"rtc_clk_init"
;
Examples
References
from
examples
Code
Location
Referrer
static
const
char
*
TAG
=
"rtc_clk_init"
;
rtc_clk_init.c:29
ESP_HW_LOGW
(
TAG
,
"Can't estimate XTAL freq, assuming 26MHz"
)
;
rtc_clk_init.c:84
rtc_clk_init()
ESP_HW_LOGW
(
TAG
,
"Possibly invalid CONFIG_XTAL_FREQ setting (%dMHz). Detected %dMHz."
,
rtc_clk_init.c:96
rtc_clk_init()
ESP_HW_LOGE
(
TAG
,
"invalid CPU freq value"
)
;
rtc_clk_init.c:111
rtc_clk_init()
ESP_HW_LOGW
(
TAG
,
"Potential bogus XTAL freq: %"
PRIu32
"MHz, guessing 26MHz"
,
freq_mhz
)
;
rtc_clk_init.c:166
rtc_clk_xtal_freq_estimate()
ESP_HW_LOGW
(
TAG
,
"Potential bogus XTAL freq: %"
PRIu32
"MHz, guessing 40MHz"
,
freq_mhz
)
;
rtc_clk_init.c:170
rtc_clk_xtal_freq_estimate()
ESP_HW_LOGW
(
TAG
,
"Bogus XTAL freq: %"
PRIu32
"MHz"
,
freq_mhz
)
;
rtc_clk_init.c:177
rtc_clk_xtal_freq_estimate()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
TAG
is read by 2 functions:
All items filtered out
TAG
rtc_clk_init()
rtc_clk_xtal_freq_estimate()
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