ESP-IDF
nvs::Storage::StorageState
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (4/5)...
Files
loading (4/5)...
Summary
Syntax
Values
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
nvs::Storage::StorageState
nvs::Storage::StorageState enum
Syntax
Show:
Summary
Declaration
from
nvs_storage.hpp:26
enum
class
StorageState
:
uint32_t
{
INVALID
,
ACTIVE
,
}
;
Values
Value
Declared as
nvs::Storage::StorageState::INVALID
nvs::Storage::StorageState::ACTIVE
Examples
References
from
examples
Code
Location
Scope
Referrer
enum
class
StorageState
:
uint32_t
{
nvs_storage.hpp:26
mState
=
StorageState
::
INVALID
;
nvs_storage.cpp:187
nvs::Storage::init()
mState
=
StorageState
::
INVALID
;
nvs_storage.cpp:231
nvs::Storage::init()
mState
=
StorageState
::
ACTIVE
;
nvs_storage.cpp:244
nvs::Storage::init()
return
mState
==
StorageState
::
ACTIVE
;
nvs_storage.cpp:254
nvs::Storage::isValid() const
if
(
mState
!=
StorageState
::
ACTIVE
)
{
nvs_storage.cpp:377
nvs::Storage::writeItem()
if
(
mState
!=
StorageState
::
ACTIVE
)
{
nvs_storage.cpp:532
nvs::Storage::createOrOpenNamespace()
if
(
mState
!=
StorageState
::
ACTIVE
)
{
nvs_storage.cpp:677
nvs::Storage::readItem()
if
(
mState
!=
StorageState
::
ACTIVE
)
{
nvs_storage.cpp:700
nvs::Storage::eraseMultiPageBlob()
if
(
mState
!=
StorageState
::
ACTIVE
)
{
nvs_storage.cpp:768
nvs::Storage::eraseItem()
if
(
mState
!=
StorageState
::
ACTIVE
)
{
nvs_storage.cpp:792
nvs::Storage::eraseNamespace()
if
(
mState
!=
StorageState
::
ACTIVE
)
{
nvs_storage.cpp:813
nvs::Storage::findKey()
if
(
mState
!=
StorageState
::
ACTIVE
)
{
nvs_storage.cpp:833
nvs::Storage::getItemDataSize()
if
(
mState
!=
StorageState
::
ACTIVE
)
{
nvs_storage.cpp:900
nvs::Storage::calcEntriesInNamespace()
StorageState
mState
=
StorageState
::
INVALID
;
nvs_storage.hpp:164
nvs::Storage
nvs::Storage::mState
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
Instance
Scope
Location
Project
nvs::Storage::mState
nvs::Storage
nvs_storage.hpp:164
Lifecycle
from
examples
All items filtered out
All items filtered out