nvs_flash_erase_partition_ptr() is only used within ESP-IDF.
 
Symbols
loading...
Files
loading...
SummarySyntaxArgumentsRelatedReferences

Return value

- ESP_OK on success - ESP_ERR_NOT_FOUND if there is no partition with the specified parameters in the partition table - ESP_ERR_INVALID_ARG in case partition is NULL - one of the error codes from the underlying flash storage driver

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