pub unsafe extern "C" fn esp_partition_get(
    iterator: esp_partition_iterator_t
) -> *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.