Searched refs:cache_fn (Results 1 – 1 of 1) sorted by relevance
32 struct cache_fn_mapping cache_fn; in link_storage_fn() local33 cache_fn.open = nvs_open_custom; in link_storage_fn()34 cache_fn.close = nvs_close; in link_storage_fn()35 cache_fn.erase_all = nvs_erase_all; in link_storage_fn()36 cache_fn.write = nvs_set_blob; in link_storage_fn()37 cache_fn.read = nvs_get_blob; in link_storage_fn()38 return cache_fn; in link_storage_fn()