ESP-IDF
ESP_IMAGE_HEADER_MAGIC
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (3/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_MAGIC
ESP_IMAGE_HEADER_MAGIC macro
The magic word for the esp_image_header_t structure.
Syntax
Show:
Summary
Declaration
from
esp_app_format.h:73
#define
ESP_IMAGE_HEADER_MAGIC
0xE9
Examples
References
from
examples
Code
Location
#define
ESP_IMAGE_HEADER_MAGIC
0xE9
/*!< The magic word for the esp_image_header_t structure. */
esp_app_format.h:73
if
(
fhdr
.
magic
!=
ESP_IMAGE_HEADER_MAGIC
)
{
cpu_start.c:801
if
(
image
->
magic
!=
ESP_IMAGE_HEADER_MAGIC
)
{
esp_image_format.c:329
if
(
it
->
wrote_size
==
0
&&
it
->
partial_bytes
==
0
&&
size
>
0
&&
data_bytes
[
0
]
!=
ESP_IMAGE_HEADER_MAGIC
)
{
esp_ota_ops.c:209
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
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