advanced_https_ota sample
validate_image_header()
is only used within advanced_https_ota sample.
Symbol previews are coming soon...
Symbols
loading (2/4)...
Files
loading (2/4)...
Summary
Syntax
Arguments
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
advanced_https_ota sample
validate_image_header()
validate_image_header() function
Syntax
Show:
Summary
Declaration
from
advanced_https_ota_example.c:79
static
esp_err_t
validate_image_header
(
esp_app_desc_t
*
new_app_info
)
;
Arguments
Argument
new_app_info
Examples
References
from
examples
Code
Location
Referrer
static
esp_err_t
validate_image_header
(
esp_app_desc_t
*
new_app_info
)
advanced_https_ota_example.c:79
err
=
validate_image_header
(
&
app_desc
)
;
advanced_https_ota_example.c:174
advanced_ota_example_task()
Call Tree
from
examples
validate_image_header()
is called by 1 function and calls 4 functions:
advanced_ota_example_task()
All items filtered out
validate_image_header()
esp_log_timestamp()
esp_log_write()
esp_ota_get_partition_description()
esp_ota_get_running_partition()
All items filtered out
Data Use
from
examples
validate_image_header()
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
esp_app_desc_t::version
TAG
All items filtered out
validate_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