ESP-IDF
nvs_bootloader_read_list_t::namespace_name
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_read_list_t::namespace_name
nvs_bootloader_read_list_t::namespace_name field
Namespace of the entry
Syntax
Show:
Summary
Declaration
from
nvs_bootloader.h:67
const
char
*
namespace_name
;
Examples
References
from
examples
Code
Location
Referrer
const
char
*
namespace_name
;
/**< Namespace of the entry */
nvs_bootloader.h:67
if
(
read_list
[
i
]
.
namespace_name
==
NULL
||
strlen
(
read_list
[
i
]
.
namespace_name
)
>
NVS_NS_NAME_MAX_SIZE
-
1
)
{
nvs_bootloader.c:129
nvs_bootloader_check_parameters()
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
,
"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()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
nvs_bootloader_read_list_t::namespace_name
is read by 2 functions:
All items filtered out
nvs_bootloader_read_list_t::namespace_name
nvs_bootloader_check_parameters()
nvs_bootloader_page_visitor_get_namespaces()
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