ESP-IDF
flash_read()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Arguments
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
flash_read()
flash_read() function
Syntax
Show:
Summary
Declaration
from
image_process.c:76
static
esp_err_t
flash_read
(
size_t
src_addr
,
void
*
dest
,
size_t
size
)
;
Arguments
Argument
src_addr
dest
size
Examples
References
from
examples
Code
Location
Referrer
static
esp_err_t
flash_read
(
size_t
src_addr
,
void
*
dest
,
size_t
size
)
image_process.c:76
ESP_RETURN_ON_ERROR_ISR
(
flash_read
(
flash_addr
,
header
,
sizeof
(
esp_image_segment_header_t
)
)
,
TAG
,
"failed to do flash read"
)
;
image_process.c:137
process_segment()
Call Tree
from
examples
flash_read()
is called by 1 function and calls 7 functions:
process_segment()
All items filtered out
flash_read()
esp_log_get_default_level()
esp_rom_printf()
esp_log_timestamp()
mmu_hal_map_region()
cache_hal_suspend()
cache_hal_resume()
cache_sync()
All items filtered out
Data Use
from
examples
flash_read()
reads 6 variables and writes 1 variable:
esp_log_level_t::ESP_LOG_ERROR
esp_log_level_t::ESP_LOG_DEBUG
mmu_target_t::MMU_TARGET_FLASH0
cache_type_t::CACHE_TYPE_ALL
TAG
s_current_read_mapping
All items filtered out
flash_read()
s_current_read_mapping
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