Function esp_idf_sys::esp_partition_next
source ยท pub unsafe extern "C" fn esp_partition_next(
iterator: esp_partition_iterator_t,
) -> esp_partition_iterator_t
Expand description
@brief Move partition iterator to the next partition found
Any copies of the iterator will be invalid after this call.
@param iterator Iterator obtained using esp_partition_find. Must be non-NULL.
@return NULL if no partition was found, valid esp_partition_iterator_t otherwise.