Function esp_idf_sys::esp_partition_deregister_external
source ยท pub unsafe extern "C" fn esp_partition_deregister_external(
partition: *const esp_partition_t,
) -> esp_err_t
Expand description
@brief Deregister the partition previously registered using esp_partition_register_external @param partition pointer to the partition structure obtained from esp_partition_register_external, @return - ESP_OK on success - ESP_ERR_NOT_FOUND if the partition pointer is not found - ESP_ERR_INVALID_ARG if the partition comes from the partition table - ESP_ERR_INVALID_ARG if the partition was not registered using esp_partition_register_external function.