ESP-IDF
soc_memory_region_t::start
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (1/5)...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
soc_memory_region_t::start
soc_memory_region_t::start field
Syntax
Show:
Summary
Declaration
from
heap_memory_layout.h:33
intptr_t
start
;
Examples
References
from
examples
Code
Location
Referrer
intptr_t
start
;
///< Start address of the region
heap_memory_layout.h:33
if
(
b
->
start
==
(
intptr_t
)
(
a
->
start
+
a
->
size
)
&&
b
->
type
==
a
->
type
&&
b
->
startup_stack
==
a
->
startup_stack
)
{
heap_caps_init.c:80
heap_caps_init()
b
->
start
=
a
->
start
;
heap_caps_init.c:82
heap_caps_init()
heap
->
start
=
region
->
start
;
heap_caps_init.c:111
heap_caps_init()
heap
->
end
=
region
->
start
+
region
->
size
;
heap_caps_init.c:112
heap_caps_init()
region
->
start
,
region
->
size
,
region
->
size
/
1024
,
type
->
name
)
;
heap_caps_init.c:123
heap_caps_init()
if
(
region
->
start
<=
start
&&
(
intptr_t
)
(
region
->
start
+
region
->
size
)
>
start
)
{
heap_caps_init.c:174
heap_caps_add_region()
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()
intptr_t
in_start
=
in
.
start
;
memory_layout_utils.c:137
soc_get_available_memory_regions()
in_region
->
size
-=
(
reserved
[
i
]
.
end
-
in_region
->
start
)
;
memory_layout_utils.c:169
soc_get_available_memory_regions()
in_region
->
start
=
reserved
[
i
]
.
end
;
memory_layout_utils.c:170
soc_get_available_memory_regions()
in
.
start
=
reserved
[
i
]
.
end
;
memory_layout_utils.c:178
soc_get_available_memory_regions()
in_start
=
in
.
start
;
memory_layout_utils.c:179
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
soc_memory_region_t::start
is written by 2 functions and is read by 3 functions:
heap_caps_init()
soc_get_available_memory_regions()
All items filtered out
soc_memory_region_t::start
heap_caps_init()
heap_caps_add_region()
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