ESP-IDF
+
0
/1 examples
SourceVu will show references to
nvs_entry_info_t
from the following samples and libraries:
advanced sample
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Related
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
nvs_entry_info_t
nvs_entry_info_t struct
information about entry obtained from nvs_entry_info function
Syntax
Show:
Summary
Declaration
from
nvs.h:119
typedef
struct
{
char
namespace_name
[
NVS_NS_NAME_MAX_SIZE
]
;
char
key
[
NVS_KEY_NAME_MAX_SIZE
]
;
nvs_type_t
type
;
}
nvs_entry_info_t
;
Fields
Field
Declared as
Description
nvs_entry_info_t::namespace_name
char
[
NVS_NS_NAME_MAX_SIZE
]
Namespace to which key-value belong.
nvs_entry_info_t::key
char
[
NVS_KEY_NAME_MAX_SIZE
]
Key of stored key-value pair.
nvs_entry_info_t::type
nvs_type_t
Type of stored key-value pair.
Related Functions
Found 2 other functions taking a
nvs_entry_info_t
argument:
Function
Description
nvs_entry_info()
Fills nvs_entry_info_t structure with information about entry pointed to by the iterator.
nvs::Storage::fillEntryInfo()
Examples
nvs_entry_info_t
is referenced by 1 libraries and example projects:
References
from
examples
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
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