ESP-IDF
mem_region_::end
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (4/5)...
Files
loading (4/5)...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
mem_region_::end
mem_region_::end field
Syntax
Show:
Summary
Declaration
from
esp_mmu_map.c:89
uint32_t
end
;
Examples
References
from
examples
Code
Location
Referrer
uint32_t
end
;
//linear address end of this region
esp_mmu_map.c:89
hw_mem_regions
[
i
]
.
free_head
=
hw_mem_regions
[
i
]
.
end
;
esp_mmu_map.c:149
s_reserve_irom_region()
hw_mem_regions
[
i
]
.
free_head
=
hw_mem_regions
[
i
]
.
end
;
esp_mmu_map.c:177
s_reserve_drom_region()
hw_mem_regions
[
i
]
.
end
=
g_mmu_mem_regions
[
i
]
.
end
;
esp_mmu_map.c:202
esp_mmu_map_init()
if
(
(
b
->
free_head
==
a
->
end
)
&&
(
b
->
caps
==
a
->
caps
)
&&
(
b
->
targets
==
a
->
targets
)
)
{
esp_mmu_map.c:226
esp_mmu_map_init()
dummy_tail
->
laddr_start
=
found_region
->
end
;
esp_mmu_map.c:480
esp_mmu_map()
dummy_tail
->
laddr_end
=
found_region
->
end
;
esp_mmu_map.c:481
esp_mmu_map()
if
(
ptr_laddr
>=
s_mmu_ctx
.
mem_regions
[
i
]
.
free_head
&&
ptr_laddr
<
s_mmu_ctx
.
mem_regions
[
i
]
.
end
)
{
esp_mmu_map.c:643
esp_mmu_unmap()
s_mmu_ctx
.
mem_regions
[
i
]
.
end
,
esp_mmu_map.c:694
esp_mmu_map_dump_mapped_blocks()
ESP_DRAM_LOGI
(
TAG
,
"region end: 0x%x"
,
s_mmu_ctx
.
mem_regions
[
i
]
.
end
)
;
esp_mmu_map.c:744
esp_mmu_map_dump_mapped_blocks_private()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
mem_region_::end
is written by 1 function and is read by 7 functions:
esp_mmu_map_init()
All items filtered out
mem_region_::end
s_reserve_irom_region()
s_reserve_drom_region()
esp_mmu_map_init()
esp_mmu_map()
esp_mmu_unmap()
esp_mmu_map_dump_mapped_blocks()
esp_mmu_map_dump_mapped_blocks_private()
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