ESP-IDF + 0/3 examples
SourceVu will show references to esp_app_desc_t from the following samples and libraries:
 
Symbols
loading...
Files
loading...
SummarySyntaxRelatedReferences

Fields

Field
Declared as
Description
uint32_t
Magic word ESP_APP_DESC_MAGIC_WORD.
uint32_t
Secure version.
uint32_t[2]
reserv1.
char[32]
Application version.
char[32]
Project name.
char[16]
Compile time.
char[16]
Compile date.
char[32]
Version IDF.
uint8_t[32]
sha256 of elf file.
uint16_t
Minimal eFuse block revision supported by image, in format: major * 100 + minor.
uint16_t
Maximal eFuse block revision supported by image, in format: major * 100 + minor.
uint8_t
MMU page size in log base 2 format.
uint8_t[3]
reserv3.
uint32_t[18]
reserv2.

References

from examples