ESP-IDF
mem_block_::paddr_start
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (2/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_block_::paddr_start
mem_block_::paddr_start field
Syntax
Show:
Summary
Declaration
from
esp_mmu_map.c:77
uint32_t
paddr_start
;
Examples
References
from
examples
Code
Location
Referrer
uint32_t
paddr_start
;
//physical address start of this block
esp_mmu_map.c:77
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()
const
uint32_t
new_paddr_offset
=
paddr_start
-
mem_block
->
paddr_start
;
esp_mmu_map.c:520
esp_mmu_map()
new_block
->
paddr_start
=
paddr_start
;
esp_mmu_map.c:570
esp_mmu_map()
mem_block
->
paddr_start
,
esp_mmu_map.c:712
esp_mmu_map_dump_mapped_blocks()
ESP_DRAM_LOGI
(
TAG
,
"block paddr_start: 0x%x"
,
mem_block
->
paddr_start
)
;
esp_mmu_map.c:738
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_start
is written by 1 function and is read by 4 functions:
esp_mmu_map()
All items filtered out
mem_block_::paddr_start
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