ESP-IDF
nvs::Page::EntryState
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
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::Page::EntryState
nvs::Page::EntryState enum
Syntax
Show:
Summary
Declaration
from
nvs_page.hpp:169
enum
class
EntryState
{
EMPTY
=
NVS_CONST_ENTRY_STATE_EMPTY
,
WRITTEN
=
NVS_CONST_ENTRY_STATE_WRITTEN
,
ERASED
=
NVS_CONST_ENTRY_STATE_ERASED
,
ILLEGAL
=
NVS_CONST_ENTRY_STATE_ILLEGAL
,
INVALID
=
NVS_CONST_ENTRY_STATE_INVALID
}
;
Values
Value
Declared as
nvs::Page::EntryState::EMPTY
=
NVS_CONST_ENTRY_STATE_EMPTY
nvs::Page::EntryState::WRITTEN
=
NVS_CONST_ENTRY_STATE_WRITTEN
nvs::Page::EntryState::ERASED
=
NVS_CONST_ENTRY_STATE_ERASED
nvs::Page::EntryState::ILLEGAL
=
NVS_CONST_ENTRY_STATE_ILLEGAL
nvs::Page::EntryState::INVALID
=
NVS_CONST_ENTRY_STATE_INVALID
Examples
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