ESP-IDF + 0/4 examples
SourceVu will show references to nvs_get_str() from the following samples and libraries:
 
Symbols
loading...
Files
loading...
SummarySyntaxArgumentsExamplesReferencesCall TreeData Use

Return value

- ESP_OK if the value was retrieved successfully - ESP_FAIL if there is an internal error; most likely due to corrupted NVS partition (only if NVS assertion checks are disabled) - ESP_ERR_NVS_NOT_FOUND if the requested key doesn't exist - ESP_ERR_NVS_INVALID_HANDLE if handle has been closed or is NULL - ESP_ERR_NVS_INVALID_NAME if key name doesn't satisfy constraints - ESP_ERR_NVS_INVALID_LENGTH if \c length is not sufficient to store data

References

from 0/4 examples