ESP-IDF
FREEING
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
FREEING
FREEING value
Syntax
Show:
Summary
Declaration
from
nvs_page.hpp:63
FREEING
=
NVS_CONST_PAGE_STATE_FREEING
;
Examples
References
from
examples
Code
Location
Scope
Referrer
FREEING
=
NVS_CONST_PAGE_STATE_FREEING
,
nvs_page.hpp:63
case
PageState
::
FREEING
:
nvs_page.cpp:87
nvs::Page
nvs::Page::load()
mState
==
PageState
::
FREEING
)
{
nvs_page.cpp:534
nvs::Page
nvs::Page::mLoadEntryTable()
}
else
if
(
mState
==
PageState
::
FULL
||
mState
==
PageState
::
FREEING
)
{
nvs_page.cpp:711
nvs::Page
nvs::Page::mLoadEntryTable()
return
alterPageState
(
PageState
::
FREEING
)
;
nvs_page.cpp:1045
nvs::Page
nvs::Page::markFreeing()
case
PageState
::
FREEING
:
nvs_page.cpp:1076
nvs::Page
nvs::Page::pageStateToName()
NVS_ASSERT_OR_RETURN
(
mState
!=
PageState
::
FREEING
,
ESP_FAIL
)
;
nvs_page.cpp:1131
nvs::Page
nvs::Page::calcEntries()
if
(
(
it
->
state
(
)
!=
Page
::
PageState
::
FREEING
)
&&
nvs_pagemanager.cpp:74
nvs::PageManager
nvs::PageManager::load()
if
(
(
it
->
state
(
)
!=
Page
::
PageState
::
FREEING
)
&&
nvs_pagemanager.cpp:84
nvs::PageManager
nvs::PageManager::load()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
FREEING
is read by 6 functions:
All items filtered out
FREEING
nvs::Page::load()
nvs::Page::mLoadEntryTable()
nvs::Page::markFreeing()
nvs::Page::pageStateToName()
nvs::Page::calcEntries()
nvs::PageManager::load()
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