ESP-IDF
nvs_bootloader_single_entry_t::key
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
nvs_bootloader_single_entry_t::key
nvs_bootloader_single_entry_t::key field
Syntax
Show:
Summary
Declaration
from
nvs_bootloader_private.h:94
char
key
[
NVS_KEY_NAME_MAX_SIZE
]
;
Examples
References
from
examples
Code
Location
Referrer
char
key
[
NVS_KEY_NAME_MAX_SIZE
]
;
// key
nvs_bootloader_private.h:94
ESP_LOGV
(
TAG
,
"Namespace %s record found. NS index is: %d. Trying to match read list..."
,
item
.
key
,
item
.
data
.
primitive_type
.
data
[
0
]
)
;
nvs_bootloader.c:231
nvs_bootloader_page_visitor_get_namespaces()
if
(
strncmp
(
param
->
read_list
[
i
]
.
namespace_name
,
item
.
key
,
NVS_KEY_NAME_MAX_SIZE
)
==
0
)
{
nvs_bootloader.c:238
nvs_bootloader_page_visitor_get_namespaces()
ESP_LOGV
(
TAG
,
"nvs_bootloader_page_visitor_get_key_value_pairs - read item NS index: %d, key: %s, data type: %d, span: %d. Trying to match read list..."
,
item
.
namespace_index
,
item
.
key
,
item
.
data_type
,
item
.
span
)
;
nvs_bootloader.c:289
nvs_bootloader_page_visitor_get_key_value_pairs()
if
(
strncmp
(
param
->
read_list
[
i
]
.
key_name
,
item
.
key
,
NVS_KEY_NAME_MAX_SIZE
)
!=
0
)
{
nvs_bootloader.c:310
nvs_bootloader_page_visitor_get_key_value_pairs()
calc_crc
=
esp_rom_crc32_le
(
calc_crc
,
(
uint8_t
*
)
item
+
offsetof
(
nvs_bootloader_single_entry_t
,
key
)
,
sizeof
(
item
->
key
)
)
;
nvs_bootloader.c:563
nvs_bootloader_check_item_header_consistency()
ESP_LOGV
(
TAG
,
"Header CRC32 failed for item with key %s"
,
item
->
key
)
;
nvs_bootloader.c:570
nvs_bootloader_check_item_header_consistency()
ESP_LOGV
(
TAG
,
"Span of key %s is zero"
,
item
->
key
)
;
nvs_bootloader.c:576
nvs_bootloader_check_item_header_consistency()
ESP_LOGV
(
TAG
,
"Span of single entry key %s is not 1"
,
item
->
key
)
;
nvs_bootloader.c:582
nvs_bootloader_check_item_header_consistency()
ESP_LOGV
(
TAG
,
"Span of key %s exceeds remaining page space"
,
item
->
key
)
;
nvs_bootloader.c:588
nvs_bootloader_check_item_header_consistency()
ESP_LOGV
(
TAG
,
"Span %u of key %s for string type doesn't match indicated string length %u"
,
(
unsigned
)
item
->
span
,
item
->
key
,
item
->
data
.
var_len_type
.
size
)
;
nvs_bootloader.c:596
nvs_bootloader_check_item_header_consistency()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
nvs_bootloader_single_entry_t::key
is read by 3 functions:
All items filtered out
nvs_bootloader_single_entry_t::key
nvs_bootloader_page_visitor_get_namespaces()
nvs_bootloader_page_visitor_get_key_value_pairs()
nvs_bootloader_check_item_header_consistency()
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