ESP-IDF + 0/192 examples
SourceVu will show references to nvs_flash_init() from the following samples and libraries:
 
Symbols
loading...
Files
loading...
SummarySyntaxReferences

Return value

- ESP_OK if storage was successfully initialized. - 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 no partition with label "nvs" is 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 - error codes from nvs_flash_read_security_cfg API (when "NVS_ENCRYPTION" is enabled). - error codes from nvs_flash_generate_keys API (when "NVS_ENCRYPTION" is enabled). - error codes from nvs_flash_secure_init_partition API (when "NVS_ENCRYPTION" is enabled) .

References

from examples