ESP-IDF
nvs::Page::load()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (3/5)...
Files
loading (4/5)...
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::load()
nvs::Page::load() method
Syntax
Show:
Summary
Declaration
Definition
from
nvs_page.hpp:81
esp_err_t
load
(
Partition
*
partition
,
uint32_t
sectorNumber
)
;
Implemented in
nvs_page.cpp:27
Arguments
Argument
partition
sectorNumber
Related Functions
Found 3 other functions taking a
Partition
argument:
Function
nvs::NVSPartitionManager::init_custom()
nvs::PageManager::load()
nvs::Storage::Storage()
Examples
References
from
examples
Code
Location
esp_err_t
Page
::
load
(
Partition
*
partition
,
uint32_t
sectorNumber
)
nvs_page.cpp:27
esp_err_t
load
(
Partition
*
partition
,
uint32_t
sectorNumber
)
;
nvs_page.hpp:81
Call Tree
from
examples
nvs::Page::load()
calls 4 functions:
All items filtered out
nvs::Page::load()
nvs::Page::Header::Header()
nvs::Partition::read_raw()
nvs::Page::Header::calculateCrc32()
nvs::Page::mLoadEntryTable()
All items filtered out
Data Use
from
examples
nvs::Page::load()
reads 15 variables and writes 8 variables:
nvs::Page::PageState::UNINITIALIZED
nvs::Page::PageState::ACTIVE
nvs::Page::PageState::FULL
nvs::Page::PageState::FREEING
nvs::Page::PageState::CORRUPT
nvs::Page::PageState::INVALID
nvs::Page::mBaseAddress
nvs::Page::mState
nvs::Page::mPartition
nvs::Page::Header::mState
nvs::Page::Header::mSeqNumber
nvs::Page::Header::mVersion
nvs::Page::Header::mCrc32
nvs::Page::SEC_SIZE
nvs::Page::NVS_VERSION
All items filtered out
nvs::Page::load()
nvs::Page::mBaseAddress
nvs::Page::mState
nvs::Page::mSeqNumber
nvs::Page::mVersion
nvs::Page::mUsedEntryCount
nvs::Page::mErasedEntryCount
nvs::Page::mPartition
nvs::Page::Header::mState
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