ESP-IDF
esp_image_segment_header_t::load_addr
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (4/5)...
Files
loading (4/5)...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
esp_image_segment_header_t::load_addr
esp_image_segment_header_t::load_addr field
Address of segment
Syntax
Show:
Summary
Declaration
from
esp_app_format.h:115
uint32_t
load_addr
;
Examples
References
from
examples
Code
Location
Referrer
uint32_t
load_addr
;
/*!< Address of segment */
esp_app_format.h:115
if
(
header
->
load_addr
>=
SOC_DROM_LOW
&&
header
->
load_addr
<
SOC_DROM_HIGH
)
{
bootloader_utility.c:809
unpack_load_app()
drom_load_addr
=
header
->
load_addr
;
bootloader_utility.c:816
unpack_load_app()
if
(
header
->
load_addr
>=
SOC_IROM_LOW
&&
header
->
load_addr
<
SOC_IROM_HIGH
)
{
bootloader_utility.c:819
unpack_load_app()
irom_load_addr
=
header
->
load_addr
;
bootloader_utility.c:826
unpack_load_app()
intptr_t
load_addr
=
header
->
load_addr
;
esp_image_format.c:557
process_segment()
uint32_t
load_addr
=
segment
->
load_addr
;
esp_image_format.c:762
verify_segment_header()
intptr_t
load_addr
=
header
->
load_addr
;
image_process.c:139
process_segment()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
esp_image_segment_header_t::load_addr
is read by 4 functions:
All items filtered out
esp_image_segment_header_t::load_addr
unpack_load_app()
process_segment()
verify_segment_header()
process_segment()
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