ESP-IDF
app_key_val::val
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_key_val::val
app_key_val::val field
Syntax
Show:
Summary
Declaration
from
settings.c:130
uint8_t
val
[
2
]
[
16
]
;
Examples
References
from
examples
Code
Location
Referrer
uint8_t
val
[
2
]
[
16
]
;
app_keys.c:43
uint8_t
val
[
2
]
[
16
]
;
settings.c:130
memcpy
(
app
->
keys
[
0
]
.
val
,
key
.
val
[
0
]
,
16
)
;
settings.c:576
app_key_set()
memcpy
(
app
->
keys
[
1
]
.
val
,
key
.
val
[
1
]
,
16
)
;
settings.c:577
app_key_set()
memcpy
(
key
.
val
[
0
]
,
app
->
keys
[
0
]
.
val
,
16
)
;
settings.c:1841
store_app_key()
memcpy
(
key
.
val
[
1
]
,
app
->
keys
[
1
]
.
val
,
16
)
;
settings.c:1842
store_app_key()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
app_key_val::val
is read by 2 functions:
All items filtered out
app_key_val::val
app_key_set()
store_app_key()
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