ESP-IDF
mem_block_::vaddr_end
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_block_::vaddr_end
mem_block_::vaddr_end field
Syntax
Show:
Summary
Declaration
from
esp_mmu_map.c:74
intptr_t
vaddr_end
;
Examples
References
from
examples
Code
Location
Referrer
intptr_t
vaddr_end
;
//virtual address end of this block
esp_mmu_map.c:74
new_block
->
vaddr_end
=
mmu_ll_laddr_to_vaddr
(
new_block
->
laddr_end
,
MMU_VADDR_INSTRUCTION
,
target
)
;
esp_mmu_map.c:575
esp_mmu_map()
new_block
->
vaddr_end
=
mmu_ll_laddr_to_vaddr
(
new_block
->
laddr_end
,
MMU_VADDR_DATA
,
target
)
;
esp_mmu_map.c:578
esp_mmu_map()
mem_block
->
vaddr_end
,
esp_mmu_map.c:709
esp_mmu_map_dump_mapped_blocks()
ESP_DRAM_LOGI
(
TAG
,
"block vaddr_end: 0x%x"
,
mem_block
->
vaddr_end
)
;
esp_mmu_map.c:735
esp_mmu_map_dump_mapped_blocks_private()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
mem_block_::vaddr_end
is written by 1 function and is read by 2 functions:
esp_mmu_map()
All items filtered out
mem_block_::vaddr_end
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