ESP-IDF
esp_image_header_t::entry_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_header_t::entry_addr
esp_image_header_t::entry_addr field
Entry address
Syntax
Show:
Summary
Declaration
from
esp_app_format.h:84
uint32_t
entry_addr
;
Examples
References
from
examples
Code
Location
Referrer
uint32_t
entry_addr
;
/*!< Entry address */
esp_app_format.h:84
const
uint32_t
entry_addr
=
data
->
image
.
entry_addr
;
bootloader_utility.c:866
set_cache_and_start_app()
image
->
entry_addr
)
;
esp_image_format.c:327
verify_image_header()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
esp_image_header_t::entry_addr
is read by 2 functions:
All items filtered out
esp_image_header_t::entry_addr
set_cache_and_start_app()
verify_image_header()
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