ESP-IDF
nvs::Storage::mState
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (4/5)...
Files
loading (4/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::Storage::mState
nvs::Storage::mState field
Syntax
Show:
Summary
Declaration
from
nvs_storage.hpp:164
StorageState
mState
=
StorageState
::
INVALID
;
Examples
References
from
examples
Code
Location
Scope
Referrer
StorageState
mState
=
StorageState
::
INVALID
;
nvs_storage.hpp:164
mState
=
StorageState
::
INVALID
;
nvs_storage.cpp:187
nvs::Storage
nvs::Storage::init()
mState
=
StorageState
::
INVALID
;
nvs_storage.cpp:231
nvs::Storage
nvs::Storage::init()
mState
=
StorageState
::
ACTIVE
;
nvs_storage.cpp:244
nvs::Storage
nvs::Storage::init()
return
mState
==
StorageState
::
ACTIVE
;
nvs_storage.cpp:254
nvs::Storage
nvs::Storage::isValid() const
if
(
mState
!=
StorageState
::
ACTIVE
)
{
nvs_storage.cpp:377
nvs::Storage
nvs::Storage::writeItem()
if
(
mState
!=
StorageState
::
ACTIVE
)
{
nvs_storage.cpp:532
nvs::Storage
nvs::Storage::createOrOpenNamespace()
if
(
mState
!=
StorageState
::
ACTIVE
)
{
nvs_storage.cpp:677
nvs::Storage
nvs::Storage::readItem()
if
(
mState
!=
StorageState
::
ACTIVE
)
{
nvs_storage.cpp:700
nvs::Storage
nvs::Storage::eraseMultiPageBlob()
if
(
mState
!=
StorageState
::
ACTIVE
)
{
nvs_storage.cpp:768
nvs::Storage
nvs::Storage::eraseItem()
if
(
mState
!=
StorageState
::
ACTIVE
)
{
nvs_storage.cpp:792
nvs::Storage
nvs::Storage::eraseNamespace()
if
(
mState
!=
StorageState
::
ACTIVE
)
{
nvs_storage.cpp:813
nvs::Storage
nvs::Storage::findKey()
if
(
mState
!=
StorageState
::
ACTIVE
)
{
nvs_storage.cpp:833
nvs::Storage
nvs::Storage::getItemDataSize()
if
(
mState
!=
StorageState
::
ACTIVE
)
{
nvs_storage.cpp:900
nvs::Storage
nvs::Storage::calcEntriesInNamespace()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
nvs::Storage::mState
is written by 1 function and is read by 10 functions:
nvs::Storage::init()
All items filtered out
nvs::Storage::mState
nvs::Storage::isValid() const
nvs::Storage::writeItem()
nvs::Storage::createOrOpenNamespace()
nvs::Storage::readItem()
nvs::Storage::eraseMultiPageBlob()
nvs::Storage::eraseItem()
nvs::Storage::eraseNamespace()
nvs::Storage::findKey()
nvs::Storage::getItemDataSize()
nvs::Storage::calcEntriesInNamespace()
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