ESP-IDF
esp_image_metadata_t::image
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_metadata_t::image
esp_image_metadata_t::image field
Syntax
Show:
Summary
Declaration
from
esp_image_format.h:31
esp_image_header_t
image
;
Examples
References
from
examples
Code
Location
Referrer
esp_image_header_t
image
;
/* Header for entire image */
esp_image_format.h:31
if
(
data
.
image
.
hash_appended
)
{
bootloader_common.c:158
bootloader_common_get_sha256_of_partition()
for
(
int
i
=
0
;
i
<
data
->
image
.
segment_count
;
i
++
)
{
bootloader_utility.c:807
unpack_load_app()
const
uint32_t
entry_addr
=
data
->
image
.
entry_addr
;
bootloader_utility.c:866
set_cache_and_start_app()
CHECK_ERR
(
bootloader_flash_read
(
data
->
start_addr
,
&
data
->
image
,
sizeof
(
esp_image_header_t
)
,
true
)
)
;
esp_image_format.c:493
process_image_header()
if
(
SECURE_BOOT_CHECK_SIGNATURE
||
data
->
image
.
hash_appended
)
{
esp_image_format.c:497
process_image_header()
bootloader_sha256_data
(
*
sha_handle
,
&
data
->
image
,
sizeof
(
esp_image_header_t
)
)
;
esp_image_format.c:503
process_image_header()
CHECK_ERR
(
verify_image_header
(
data
->
start_addr
,
&
data
->
image
,
silent
)
)
;
esp_image_format.c:506
process_image_header()
for
(
int
i
=
0
;
i
<
data
->
image
.
segment_count
;
i
++
)
{
esp_image_format.c:519
process_segments()
if
(
data
->
image
.
hash_appended
)
{
esp_image_format.c:888
process_appended_hash_and_sig()
for
(
int
i
=
0
;
i
<
data
->
image
.
segment_count
;
i
++
)
{
image_process.c:191
process_segments()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
esp_image_metadata_t::image
is read by 7 functions:
All items filtered out
esp_image_metadata_t::image
bootloader_common_get_sha256_of_partition()
unpack_load_app()
set_cache_and_start_app()
process_image_header()
process_segments()
process_appended_hash_and_sig()
process_segments()
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