ESP-IDF
mem_region_::start
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
mem_region_::start
mem_region_::start field
Syntax
Show:
Summary
Declaration
from
esp_mmu_map.c:88
uint32_t
start
;
Examples
References
from
examples
Code
Location
Referrer
uint32_t
start
;
//linear address start of this region
esp_mmu_map.c:88
hw_mem_regions
[
i
]
.
start
=
g_mmu_mem_regions
[
i
]
.
start
;
esp_mmu_map.c:201
esp_mmu_map_init()
b
->
start
=
a
->
start
;
esp_mmu_map.c:229
esp_mmu_map_init()
s_mmu_ctx
.
mem_regions
[
i
]
.
start
,
esp_mmu_map.c:692
esp_mmu_map_dump_mapped_blocks()
ESP_DRAM_LOGI
(
TAG
,
"region start: 0x%x"
,
s_mmu_ctx
.
mem_regions
[
i
]
.
start
)
;
esp_mmu_map.c:743
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_::start
is written by 1 function and is read by 3 functions:
esp_mmu_map_init()
All items filtered out
mem_region_::start
esp_mmu_map_init()
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