ESP-IDF
should_load()
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
should_load()
should_load() function
Syntax
Show:
Summary
Declaration
Definition
from
esp_image_format.c:66
static
bool
should_load
(
uint32_t
load_addr
)
;
Implemented in
esp_image_format.c:820
Arguments
Argument
load_addr
Examples
References
from
examples
Code
Location
Referrer
static
bool
should_load
(
uint32_t
load_addr
)
esp_image_format.c:820
static
bool
should_load
(
uint32_t
load_addr
)
;
esp_image_format.c:66
do_load
=
do_load
&&
should_load
(
load_addr
)
;
esp_image_format.c:570
process_segment()
Call Tree
from
examples
should_load()
is called by 1 function and calls 4 functions:
process_segment()
All items filtered out
should_load()
esp_rom_get_reset_reason()
esp_log_timestamp()
esp_log_write()
should_map()
All items filtered out
Data Use
from
examples
should_load()
reads 7 variables:
esp_log_level_t::ESP_LOG_ERROR
esp_log_level_t::ESP_LOG_WARN
esp_log_level_t::ESP_LOG_INFO
esp_log_level_t::ESP_LOG_DEBUG
esp_log_level_t::ESP_LOG_VERBOSE
soc_reset_reason_t::RESET_REASON_CORE_DEEP_SLEEP
TAG
All items filtered out
should_load()
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