flash_encryption sample
CUSTOM_NVS_PART_NAME
is only used within flash_encryption sample.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
flash_encryption sample
CUSTOM_NVS_PART_NAME
CUSTOM_NVS_PART_NAME macro
Syntax
Show:
Summary
Declaration
from
flash_encrypt_main.c:28
#define
CUSTOM_NVS_PART_NAME
"custom_nvs"
Examples
References
from
examples
Code
Location
#define
CUSTOM_NVS_PART_NAME
"custom_nvs"
flash_encrypt_main.c:28
ret
=
example_custom_nvs_part_init
(
CUSTOM_NVS_PART_NAME
)
;
flash_encrypt_main.c:107
ESP_ERROR_CHECK
(
nvs_flash_erase_partition
(
CUSTOM_NVS_PART_NAME
)
)
;
flash_encrypt_main.c:109
ret
=
example_custom_nvs_part_init
(
CUSTOM_NVS_PART_NAME
)
;
flash_encrypt_main.c:110
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
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