[][src]Function esp_idf_bindgen::nvs_entry_next

pub unsafe extern "C" fn nvs_entry_next(
    iterator: nvs_iterator_t
) -> nvs_iterator_t

@brief Returns next item matching the iterator criteria, NULL if no such item exists.

Note that any copies of the iterator will be invalid after this call.

@param[in] iterator Iterator obtained from nvs_entry_find function. Must be non-NULL.

@return NULL if no entry was found, valid nvs_iterator_t otherwise.