ESP-IDF
nvs_opaque_iterator_t::nsIndex
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (2/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_opaque_iterator_t::nsIndex
nvs_opaque_iterator_t::nsIndex field
Syntax
Show:
Summary
Declaration
from
nvs_storage.hpp:172
uint8_t
nsIndex
;
Examples
References
from
examples
Code
Location
Scope
Referrer
uint8_t
nsIndex
;
nvs_storage.hpp:172
it
->
nsIndex
=
Page
::
NS_ANY
;
nvs_storage.cpp:940
nvs::Storage
nvs::Storage::findEntry()
if
(
createOrOpenNamespace
(
namespace_name
,
false
,
it
->
nsIndex
)
!=
ESP_OK
)
{
nvs_storage.cpp:944
nvs::Storage
nvs::Storage::findEntry()
it
->
nsIndex
=
nsIndex
;
nvs_storage.cpp:955
nvs::Storage
nvs::Storage::findEntryNs()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
nvs_opaque_iterator_t::nsIndex
is written by 2 functions and is read by 1 function:
nvs::Storage::findEntry()
nvs::Storage::findEntryNs()
All items filtered out
nvs_opaque_iterator_t::nsIndex
nvs::Storage::findEntry()
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