Function esp_idf_hal::sys::esp_partition_iterator_release
source ยท pub unsafe extern "C" fn esp_partition_iterator_release(
iterator: *mut esp_partition_iterator_opaque_,
)
Expand description
@brief Release partition iterator
@param iterator Iterator obtained using esp_partition_find. The iterator is allowed to be NULL, so it is not necessary to check its value before calling this function.