Function esp_idf_hal::sys::nvs_flash_deinit_partition
source ยท pub unsafe extern "C" fn nvs_flash_deinit_partition(
partition_label: *const i8,
) -> i32
Expand description
@brief Deinitialize NVS storage for the given NVS partition
@param[in] partition_label Label of the partition
@return - ESP_OK on success - ESP_ERR_NVS_NOT_INITIALIZED if the storage for given partition was not initialized prior to this call