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
memory_layout_utils.c:33
static
const
char
*
TAG
=
"memory_layout"
;
Examples
References
from
examples
Code
Location
Referrer
static
const
char
*
TAG
=
"memory_layout"
;
memory_layout_utils.c:33
ESP_EARLY_LOGV
(
TAG
,
"reserved range is %p - %p"
,
memory_layout_utils.c:93
s_prepare_reserved_regions()
ESP_EARLY_LOGD
(
TAG
,
"Checking %d reserved memory ranges:"
,
count
)
;
memory_layout_utils.c:96
s_prepare_reserved_regions()
ESP_EARLY_LOGD
(
TAG
,
"Reserved memory range 0x%08x - 0x%08x"
,
memory_layout_utils.c:98
s_prepare_reserved_regions()
ESP_EARLY_LOGE
(
TAG
,
"SOC_RESERVE_MEMORY_REGION region range "
\
memory_layout_utils.c:106
s_prepare_reserved_regions()
ESP_EARLY_LOGD
(
TAG
,
"Building list of available memory regions:"
)
;
memory_layout_utils.c:133
soc_get_available_memory_regions()
ESP_EARLY_LOGV
(
TAG
,
"Examining memory region 0x%08x - 0x%08x"
,
in
.
start
,
in
.
start
+
in
.
size
)
;
memory_layout_utils.c:136
soc_get_available_memory_regions()
ESP_EARLY_LOGV
(
TAG
,
"Region 0x%08x - 0x%08x inside of reserved 0x%08x - 0x%08x"
,
memory_layout_utils.c:151
soc_get_available_memory_regions()
ESP_EARLY_LOGV
(
TAG
,
"Region 0x%08x - 0x%08x contains reserved 0x%08x - 0x%08x"
,
memory_layout_utils.c:158
soc_get_available_memory_regions()
ESP_EARLY_LOGV
(
TAG
,
"Start of region 0x%08x - 0x%08x overlaps reserved 0x%08x - 0x%08x"
,
memory_layout_utils.c:176
soc_get_available_memory_regions()
ESP_EARLY_LOGV
(
TAG
,
"End of region 0x%08x - 0x%08x overlaps reserved 0x%08x - 0x%08x"
,
memory_layout_utils.c:182
soc_get_available_memory_regions()
ESP_EARLY_LOGD
(
TAG
,
"Available memory region 0x%08x - 0x%08x"
,
in
.
start
,
in
.
start
+
in
.
size
)
;
memory_layout_utils.c:195
soc_get_available_memory_regions()
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
s_prepare_reserved_regions()
soc_get_available_memory_regions()
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