ESP-IDF
ESP_IMAGE_VERIFY_SILENT
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_VERIFY_SILENT
ESP_IMAGE_VERIFY_SILENT value
Syntax
Show:
Summary
Declaration
from
esp_image_format.h:42
ESP_IMAGE_VERIFY_SILENT
;
Examples
References
from
examples
Code
Location
Referrer
ESP_IMAGE_VERIFY_SILENT
,
/* Verify image contents, not load to memory, load metadata. Don't print errors. */
esp_image_format.h:42
bool
silent
=
(
mode
==
ESP_IMAGE_VERIFY_SILENT
)
;
esp_image_format.c:115
image_load()
if
(
image_validate
(
partition
,
ESP_IMAGE_VERIFY_SILENT
)
==
ESP_OK
)
{
esp_ota_ops.c:713
esp_ota_check_rollback_is_possible()
if
(
image_validate
(
partition
,
ESP_IMAGE_VERIFY_SILENT
)
==
ESP_OK
)
{
esp_ota_ops.c:724
esp_ota_check_rollback_is_possible()
if
(
image_validate
(
invalid_partition
,
ESP_IMAGE_VERIFY_SILENT
)
!=
ESP_OK
)
{
esp_ota_ops.c:827
esp_ota_get_last_invalid_partition()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
ESP_IMAGE_VERIFY_SILENT
is read by 3 functions:
All items filtered out
ESP_IMAGE_VERIFY_SILENT
esp_ota_check_rollback_is_possible()
esp_ota_get_last_invalid_partition()
image_load()
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