ESP-IDF
nvs::NVSPartitionManager::init_custom()
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::NVSPartitionManager::init_custom()
nvs::NVSPartitionManager::init_custom() method
Syntax
Show:
Summary
Declaration
Definition
from
nvs_partition_manager.hpp:25
esp_err_t
init_custom
(
Partition
*
partition
,
uint32_t
baseSector
,
uint32_t
sectorCount
)
;
Implemented in
nvs_partition_manager.cpp:70
Arguments
Argument
partition
baseSector
sectorCount
Related Functions
Found 3 other functions taking a
Partition
argument:
Function
nvs::Page::load()
nvs::PageManager::load()
nvs::Storage::Storage()
Examples
References
from
examples
Code
Location
Referrer
esp_err_t
NVSPartitionManager
::
init_custom
(
Partition
*
partition
,
uint32_t
baseSector
,
uint32_t
sectorCount
)
nvs_partition_manager.cpp:70
esp_err_t
init_custom
(
Partition
*
partition
,
uint32_t
baseSector
,
uint32_t
sectorCount
)
;
nvs_partition_manager.hpp:25
esp_err_t
init_res
=
NVSPartitionManager
::
get_instance
(
)
->
init_custom
(
part
,
nvs_api.cpp:112
nvs_flash_init_partition_ptr()
result
=
init_custom
(
p
,
0
,
size
/
sec_size
)
;
nvs_partition_manager.cpp:55
nvs::NVSPartitionManager::init_partition()
result
=
init_custom
(
p
,
0
,
size
/
sec_size
)
;
nvs_partition_manager.cpp:133
nvs::NVSPartitionManager::secure_init_partition()
Call Tree
from
examples
nvs::NVSPartitionManager::init_custom()
calls 4 functions:
All items filtered out
nvs::NVSPartitionManager::init_custom()
nvs::Partition::get_partition_name()
nvs::Storage::~Storage()
nvs::Storage::init()
nvs::NVSPartitionManager::lookup_storage_from_name()
All items filtered out
Data Use
from
examples
nvs::NVSPartitionManager::init_custom()
writes 3 variables:
All items filtered out
nvs::NVSPartitionManager::init_custom()
nvs::NVSPartitionManager::init_partition()
nvs::NVSPartitionManager::secure_init_partition()
nvs_flash_init_partition_ptr()
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
nvs::NVSPartitionManager::init_custom()
allocates 1 types:
nvs::Storage
All items filtered out
nvs::NVSPartitionManager::init_custom()
All items filtered out