ESP-IDF
ESP_IMAGE_VERIFY
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
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_VERIFY
ESP_IMAGE_VERIFY value
Syntax
Show:
Summary
Declaration
from
esp_image_format.h:41
ESP_IMAGE_VERIFY
;
Examples
References
from
examples
Code
Location
Referrer
ESP_IMAGE_VERIFY
,
/* Verify image contents, not load to memory, load metadata. Print errors. */
esp_image_format.h:41
return
esp_image_verify
(
ESP_IMAGE_VERIFY
,
esp_image_format.c:880
esp_image_verify_bootloader_data()
if
(
esp_image_verify
(
ESP_IMAGE_VERIFY
,
&
part_pos
,
&
data
)
!=
ESP_OK
)
{
esp_ota_ops.c:353
esp_ota_end()
if
(
image_validate
(
partition
,
ESP_IMAGE_VERIFY
)
!=
ESP_OK
)
{
esp_ota_ops.c:443
esp_ota_set_boot_partition()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
ESP_IMAGE_VERIFY
is read by 3 functions:
All items filtered out
ESP_IMAGE_VERIFY
esp_ota_end()
esp_ota_set_boot_partition()
esp_image_verify_bootloader_data()
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