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

Return value

- ESP_OK on success - ESP_ERR_NOT_FOUND if there is no NVS partition with the specified name in the partition table - different error in case de-initialization fails (shouldn't happen)

Notes

If the partition is initialized, this function first de-initializes it. Afterwards, the partition has to be initialized again to be used.

References

from examples