Searched refs:nvs_type_t (Results 1 – 4 of 4) sorted by relevance
101 } nvs_type_t; typedef109 nvs_type_t type; /*!< Type of stored key-value pair */639 nvs_iterator_t nvs_entry_find(const char *part_name, const char *namespace_name, nvs_type_t type);
168 nvs_type_t type;
695 static nvs_iterator_t create_iterator(nvs::Storage *storage, nvs_type_t type) in create_iterator()708 …" nvs_iterator_t nvs_entry_find(const char *part_name, const char *namespace_name, nvs_type_t type) in nvs_entry_find()
737 info.type = static_cast<nvs_type_t>(item.datatype); in fillEntryInfo()