Searched refs:handle_plat (Results 1 – 2 of 2) sorted by relevance
43 (nvs_handle_t *)&si->handle_plat)) in lws_settings_plat_get()46 n = nvs_get_blob((nvs_handle_t)si->handle_plat, in lws_settings_plat_get()49 nvs_close((nvs_handle_t)si->handle_plat); in lws_settings_plat_get()66 (nvs_handle_t *)&si->handle_plat)) in lws_settings_plat_set()69 n = nvs_set_blob((nvs_handle_t)si->handle_plat, name, src, len); in lws_settings_plat_set()71 nvs_commit((nvs_handle_t)si->handle_plat); in lws_settings_plat_set()72 nvs_close((nvs_handle_t)si->handle_plat); in lws_settings_plat_set()
42 void *handle_plat; member