ESP-IDF
nvs::Storage::getPart() const
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (4/5)...
Files
loading (4/5)...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
nvs::Storage::getPart() const
nvs::Storage::getPart() const method
Syntax
Show:
Summary
Declaration
from
nvs_storage.hpp:102
const
Partition
*
getPart
(
)
const
;
Examples
References
from
examples
Code
Location
Scope
Referrer
const
Partition
*
getPart
(
)
const
nvs_storage.hpp:102
if
(
open_mode
==
NVS_READWRITE
&&
const_cast
<
Partition
*
>
(
sHandle
->
getPart
(
)
)
->
get_readonly
(
)
)
{
nvs_partition_manager.cpp:197
nvs::NVSPartitionManager
nvs::NVSPartitionManager::open_handle()
Call Tree
from
examples
nvs::Storage::getPart() const
is called by 1 function:
nvs::NVSPartitionManager::open_handle()
All items filtered out
nvs::Storage::getPart() const
All items filtered out
Data Use
from
examples
nvs::Storage::getPart() const
reads 1 variable:
nvs::Storage::mPartition
All items filtered out
nvs::Storage::getPart() const
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