esp_partition_next() function
Move partition iterator to the next partition found Any copies of the iterator will be invalid after this call.
Arguments
iterator
Iterator obtained using esp_partition_find. Must be non-NULL.
Return value
NULL if no partition was found, valid esp_partition_iterator_t otherwise.
Examples
esp_partition_next() is referenced by 2 libraries and example projects: