ESP-IDF
nvs::Storage::eraseNamespace()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (2/5)...
Files
loading (4/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::eraseNamespace()
nvs::Storage::eraseNamespace() method
Syntax
Show:
Summary
Declaration
Definition
from
nvs_storage.hpp:100
esp_err_t
eraseNamespace
(
uint8_t
nsIndex
)
;
Implemented in
nvs_storage.cpp:790
Arguments
Argument
nsIndex
Examples
References
from
examples
Code
Location
Scope
Referrer
esp_err_t
Storage
::
eraseNamespace
(
uint8_t
nsIndex
)
nvs_storage.cpp:790
esp_err_t
eraseNamespace
(
uint8_t
nsIndex
)
;
nvs_storage.hpp:100
return
mStoragePtr
->
eraseNamespace
(
mNsIndex
)
;
nvs_handle_simple.cpp:98
nvs::NVSHandleSimple
nvs::NVSHandleSimple::erase_all()
Call Tree
from
examples
nvs::Storage::eraseNamespace()
is called by 1 function:
nvs::NVSHandleSimple::erase_all()
All items filtered out
nvs::Storage::eraseNamespace()
All items filtered out
Data Use
from
examples
nvs::Storage::eraseNamespace()
reads 2 variables:
nvs::Storage::StorageState::ACTIVE
nvs::Storage::mState
All items filtered out
nvs::Storage::eraseNamespace()
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