ESP-IDF
nvs::Page::markFreeing()
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
nvs::Page::markFreeing()
nvs::Page::markFreeing() method
Syntax
Show:
Summary
Declaration
Definition
from
nvs_page.hpp:140
esp_err_t
markFreeing
(
)
;
Implemented in
nvs_page.cpp:1040
Examples
References
from
examples
Code
Location
Scope
Referrer
esp_err_t
Page
::
markFreeing
(
)
nvs_page.cpp:1040
esp_err_t
markFreeing
(
)
;
nvs_page.hpp:140
err
=
erasedPage
->
markFreeing
(
)
;
nvs_pagemanager.cpp:174
nvs::PageManager
nvs::PageManager::requestNewPage()
Call Tree
from
examples
nvs::Page::markFreeing()
is called by 1 function and calls 1 function:
nvs::PageManager::requestNewPage()
All items filtered out
nvs::Page::markFreeing()
nvs::Page::alterPageState()
All items filtered out
Data Use
from
examples
nvs::Page::markFreeing()
reads 4 variables:
nvs::Page::PageState::ACTIVE
nvs::Page::PageState::FULL
nvs::Page::PageState::FREEING
nvs::Page::mState
All items filtered out
nvs::Page::markFreeing()
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