pub unsafe extern "C" fn esp_partition_get(
    iterator: *mut esp_partition_iterator_opaque_
) -> *const esp_partition_t
Expand description

@brief Get esp_partition_t structure for given partition

@param iterator Iterator obtained using esp_partition_find. Must be non-NULL.

@return pointer to esp_partition_t structure. This pointer is valid for the lifetime of the application.