ESP-IDF
nvs::Storage::init()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (3/5)...
Summary
Syntax
Arguments
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
nvs::Storage::init()
nvs::Storage::init() method
Syntax
Show:
Summary
Declaration
Definition
from
nvs_storage.hpp:67
esp_err_t
init
(
uint32_t
baseSector
,
uint32_t
sectorCount
)
;
Implemented in
nvs_storage.cpp:183
Arguments
Argument
baseSector
sectorCount
Examples
References
from
examples
Code
Location
Scope
Referrer
esp_err_t
Storage
::
init
(
uint32_t
baseSector
,
uint32_t
sectorCount
)
nvs_storage.cpp:183
esp_err_t
init
(
uint32_t
baseSector
,
uint32_t
sectorCount
)
;
nvs_storage.hpp:67
esp_err_t
err
=
storage
->
init
(
baseSector
,
sectorCount
)
;
nvs_partition_manager.cpp:93
nvs::NVSPartitionManager
nvs::NVSPartitionManager::init_custom()
Call Tree
from
examples
nvs::Storage::init()
is called by 1 function and calls 4 functions:
nvs::NVSPartitionManager::init_custom()
All items filtered out
nvs::Storage::init()
nvs::Storage::clearNamespaces()
nvs::Storage::populateBlobIndices()
nvs::Storage::eraseMismatchedBlobIndexes()
nvs::Storage::eraseOrphanDataBlobs()
All items filtered out
Data Use
from
examples
nvs::Storage::init()
reads 2 variables and writes 1 variable:
nvs::Storage::StorageState::INVALID
nvs::Storage::StorageState::ACTIVE
All items filtered out
nvs::Storage::init()
nvs::Storage::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