ESP-IDF
nvs_bootloader_single_entry_t::span
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::span
nvs_bootloader_single_entry_t::span field
Syntax
Show:
Summary
Declaration
from
nvs_bootloader_private.h:91
uint8_t
span
;
Examples
References
from
examples
Code
Location
Referrer
uint8_t
span
;
// span
nvs_bootloader_private.h:91
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()
(
*
entry_index
)
+=
item
->
span
;
nvs_bootloader.c:474
nvs_bootloader_read_next_single_entry_item()
if
(
item
->
span
==
0
)
{
nvs_bootloader.c:575
nvs_bootloader_check_item_header_consistency()
if
(
NVS_BOOTLOADER_TYPE_FITS_SINGLE_ENTRY
(
item
->
data_type
)
&&
item
->
span
!=
1
)
{
nvs_bootloader.c:581
nvs_bootloader_check_item_header_consistency()
if
(
(
uint16_t
)
entry_index
+
(
uint16_t
)
(
item
->
span
)
>
NVS_CONST_ENTRY_COUNT
)
{
nvs_bootloader.c:587
nvs_bootloader_check_item_header_consistency()
if
(
(
(
item
->
span
-
1
)
*
NVS_CONST_ENTRY_SIZE
<
item
->
data
.
var_len_type
.
size
)
nvs_bootloader.c:594
nvs_bootloader_check_item_header_consistency()
||
(
(
item
->
span
-
1
)
*
NVS_CONST_ENTRY_SIZE
>
item
->
data
.
var_len_type
.
size
+
NVS_CONST_ENTRY_SIZE
-
1
)
)
{
nvs_bootloader.c:595
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::span
is read by 3 functions:
All items filtered out
nvs_bootloader_single_entry_t::span
nvs_bootloader_page_visitor_get_key_value_pairs()
nvs_bootloader_read_next_single_entry_item()
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