ESP-IDF
nvs::Page::copyItems()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Arguments
Related
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
nvs::Page::copyItems()
nvs::Page::copyItems() method
Syntax
Show:
Summary
Declaration
Definition
from
nvs_page.hpp:142
esp_err_t
copyItems
(
Page
&
other
)
;
Implemented in
nvs_page.cpp:466
Arguments
Argument
other
Related Functions
Found 1 other functions taking a
Page
argument:
Function
nvs::Storage::findItem()
Examples
References
from
examples
Code
Location
Scope
Referrer
esp_err_t
Page
::
copyItems
(
Page
&
other
)
nvs_page.cpp:466
esp_err_t
copyItems
(
Page
&
other
)
;
nvs_page.hpp:142
err
=
erasedPage
->
copyItems
(
*
newPage
)
;
nvs_pagemanager.cpp:178
nvs::PageManager
nvs::PageManager::requestNewPage()
Call Tree
from
examples
nvs::Page::copyItems()
is called by 1 function and calls 4 functions:
nvs::PageManager::requestNewPage()
All items filtered out
nvs::Page::copyItems()
nvs::Item::Item()
nvs::Page::readEntry() const
nvs::Page::writeEntry()
nvs::Page::initialize()
All items filtered out
Data Use
from
examples
nvs::Page::copyItems()
reads 8 variables:
nvs::Item::
::
::span
nvs::Page::PageState::UNINITIALIZED
nvs::Page::mState
nvs::Page::mNextFreeEntry
nvs::Page::mFirstUsedEntry
nvs::Page::EntryState::WRITTEN
nvs::Page::ENTRY_COUNT
nvs::Page::INVALID_ENTRY
All items filtered out
nvs::Page::copyItems()
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