ESP-IDF
app_elf_sha256_str
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
app_elf_sha256_str
app_elf_sha256_str variable
@cond
Syntax
Show:
Summary
Declaration
Definition
from
esp_app_desc.h:67
extern
char
app_elf_sha256_str
[
]
;
Implemented in
esp_app_desc.c:78
Examples
References
from
examples
Code
Location
Referrer
char
app_elf_sha256_str
[
CONFIG_APP_RETRIEVE_LEN_ELF_SHA
+
1
]
=
{
0
}
;
esp_app_desc.c:78
extern
char
app_elf_sha256_str
[
]
;
esp_app_desc.h:67
if
(
*
(
(
int
*
)
&
app_elf_sha256_str
)
!=
0
)
{
esp_app_desc.c:88
esp_app_format_init_elf_sha256()
for
(
size_t
i
=
0
;
i
<
sizeof
(
app_elf_sha256_str
)
/
2
;
++
i
)
{
esp_app_desc.c:96
esp_app_format_init_elf_sha256()
app_elf_sha256_str
[
2
*
i
+
s
]
=
(
val
<
10
)
?
(
'0'
+
val
)
:
(
'a'
+
val
-
10
)
;
esp_app_desc.c:100
esp_app_format_init_elf_sha256()
app_elf_sha256_str
[
sizeof
(
app_elf_sha256_str
)
-
1
]
=
0
;
esp_app_desc.c:104
esp_app_format_init_elf_sha256()
size_t
n
=
MIN
(
size
,
sizeof
(
app_elf_sha256_str
)
)
;
esp_app_desc.c:113
esp_app_get_elf_sha256()
memcpy
(
dst
,
app_elf_sha256_str
,
n
)
;
esp_app_desc.c:114
esp_app_get_elf_sha256()
return
app_elf_sha256_str
;
esp_app_desc.h:78
esp_app_get_elf_sha256_str()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
app_elf_sha256_str
is read by 3 functions:
All items filtered out
app_elf_sha256_str
esp_app_format_init_elf_sha256()
esp_app_get_elf_sha256()
esp_app_get_elf_sha256_str()
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