nvs_flash_secure_init_partition() function
Initialize NVS flash storage for the specified partition.
Arguments
partition_label
Label of the partition. Note that internally, a reference to passed value is kept and it should be accessible for future operations
cfg
Security configuration (keys) to be used for NVS encryption/decryption. If cfg is null, no encryption/decryption is used.
Return value
- ESP_OK if storage has been initialized successfully. - ESP_ERR_NVS_NO_FREE_PAGES if the NVS storage contains no empty pages (which may happen if NVS partition was truncated) - ESP_ERR_NOT_FOUND if specified partition is not found in the partition table - ESP_ERR_NO_MEM in case memory could not be allocated for the internal structures - one of the error codes from the underlying flash storage driver