ESP-IDF
FLASH_READ_VADDR
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
FLASH_READ_VADDR
FLASH_READ_VADDR macro
Syntax
Show:
Summary
Declaration
from
image_process.c:40
#define
FLASH_READ_VADDR
(
SOC_DROM_LOW
+
MMAP_MMU_SIZE
)
Examples
References
from
examples
Code
Location
#define
FLASH_READ_VADDR
(
SOC_DROM_LOW
+
MMAP_MMU_SIZE
)
image_process.c:40
mmu_hal_map_region
(
0
,
MMU_TARGET_FLASH0
,
FLASH_READ_VADDR
,
map_at
,
CONFIG_MMU_PAGE_SIZE
-
1
,
&
actual_mapped_len
)
;
image_process.c:103
ESP_EARLY_LOGD
(
TAG
,
"starting from paddr=0x%"
PRIx32
" and vaddr=0x%"
PRIx32
", 0x%"
PRIx32
" bytes are mapped"
,
map_at
,
FLASH_READ_VADDR
,
actual_mapped_len
)
;
image_process.c:105
map_ptr
=
(
uint32_t
*
)
(
FLASH_READ_VADDR
+
(
word_src
-
map_at
)
)
;
image_process.c:113
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
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