ESP-IDF
ACTIVE
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (3/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
ACTIVE
ACTIVE value
Syntax
Show:
Summary
Declaration
from
nvs_storage.hpp:28
ACTIVE
;
Examples
References
from
examples
Code
Location
Scope
Referrer
ACTIVE
,
nvs_storage.hpp:28
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
ACTIVE
is read by 11 functions:
All items filtered out
ACTIVE
nvs::Storage::init()
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