ESP-IDF
mem_block_::paddr_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_::paddr_end
mem_block_::paddr_end field
Syntax
Show:
Summary
Declaration
from
esp_mmu_map.c:78
uint32_t
paddr_end
;
Examples
References
from
examples
Code
Location
Referrer
uint32_t
paddr_end
;
//physical address end of this block
esp_mmu_map.c:78
if
(
paddr
>=
mem_block
->
paddr_start
&&
paddr
<
mem_block
->
paddr_end
)
{
esp_mmu_map.c:362
esp_mmu_paddr_find_caps()
if
(
(
s_is_enclosed
(
mem_block
->
paddr_start
,
mem_block
->
paddr_end
,
paddr_start
,
aligned_size
)
)
)
{
esp_mmu_map.c:498
esp_mmu_map()
if
(
!
allow_overlap
&&
(
s_is_overlapped
(
mem_block
->
paddr_start
,
mem_block
->
paddr_end
,
paddr_start
,
aligned_size
)
)
)
{
esp_mmu_map.c:504
esp_mmu_map()
new_block
->
paddr_end
=
paddr_start
+
aligned_size
;
esp_mmu_map.c:571
esp_mmu_map()
mem_block
->
paddr_end
)
;
esp_mmu_map.c:713
esp_mmu_map_dump_mapped_blocks()
ESP_DRAM_LOGI
(
TAG
,
"block paddr_end: 0x%x"
,
mem_block
->
paddr_end
)
;
esp_mmu_map.c:739
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_::paddr_end
is written by 1 function and is read by 4 functions:
esp_mmu_map()
All items filtered out
mem_block_::paddr_end
esp_mmu_paddr_find_caps()
esp_mmu_map()
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