[][src]Function esp_idf_bindgen::esp_flash_erase_chip

pub unsafe extern "C" fn esp_flash_erase_chip(
    chip: *mut esp_flash_t
) -> esp_err_t

@brief Erase flash chip contents

@param chip Pointer to identify flash chip. Must have been successfully initialised via esp_flash_init()

@return ESP_OK on success, or a flash error code if operation failed.