ESP-IDF
nvs_bootloader_read_list_t::namespace_index
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (1/5)...
Files
loading (3/5)...
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_read_list_t::namespace_index
nvs_bootloader_read_list_t::namespace_index field
Index of the namespace (internal variable, do not use)
Syntax
Show:
Summary
Declaration
from
nvs_bootloader.h:72
uint8_t
namespace_index
;
Examples
References
from
examples
Code
Location
Referrer
uint8_t
namespace_index
;
/**< Index of the namespace (internal variable, do not use) */
nvs_bootloader.h:72
read_list
[
i
]
.
namespace_index
=
0
;
// indicated namespace as not found
nvs_bootloader.c:126
nvs_bootloader_check_parameters()
if
(
param
->
read_list
[
i
]
.
namespace_index
!=
0
)
{
nvs_bootloader.c:234
nvs_bootloader_page_visitor_get_namespaces()
param
->
read_list
[
i
]
.
namespace_index
=
item
.
data
.
primitive_type
.
data
[
0
]
;
nvs_bootloader.c:239
nvs_bootloader_page_visitor_get_namespaces()
ESP_LOGV
(
TAG
,
"Namespace %s found for read item: %u key: %s NS index is: %d"
,
param
->
read_list
[
i
]
.
namespace_name
,
(
unsigned
)
i
,
param
->
read_list
[
i
]
.
key_name
,
param
->
read_list
[
i
]
.
namespace_index
)
;
nvs_bootloader.c:240
nvs_bootloader_page_visitor_get_namespaces()
if
(
param
->
read_list
[
i
]
.
namespace_index
!=
item
.
namespace_index
)
{
nvs_bootloader.c:300
nvs_bootloader_page_visitor_get_key_value_pairs()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
nvs_bootloader_read_list_t::namespace_index
is written by 2 functions and is read by 2 functions:
nvs_bootloader_check_parameters()
nvs_bootloader_page_visitor_get_namespaces()
All items filtered out
nvs_bootloader_read_list_t::namespace_index
nvs_bootloader_page_visitor_get_namespaces()
nvs_bootloader_page_visitor_get_key_value_pairs()
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