Home
last modified time | relevance | path

Searched refs:nvs_handle_t (Results 1 – 25 of 26) sorted by relevance

12

/hal_espressif-3.6.0/components/nvs_flash/include/
Dnvs.h22 typedef uint32_t nvs_handle_t; typedef
27 typedef nvs_handle_t nvs_handle IDF_DEPRECATED("Replace with nvs_handle_t");
135 esp_err_t nvs_open(const char* name, nvs_open_mode_t open_mode, nvs_handle_t *out_handle);
162 …tion(const char *part_name, const char* name, nvs_open_mode_t open_mode, nvs_handle_t *out_handle);
188 esp_err_t nvs_set_i8 (nvs_handle_t handle, const char* key, int8_t value);
195 esp_err_t nvs_set_u8 (nvs_handle_t handle, const char* key, uint8_t value);
202 esp_err_t nvs_set_i16 (nvs_handle_t handle, const char* key, int16_t value);
209 esp_err_t nvs_set_u16 (nvs_handle_t handle, const char* key, uint16_t value);
216 esp_err_t nvs_set_i32 (nvs_handle_t handle, const char* key, int32_t value);
223 esp_err_t nvs_set_u32 (nvs_handle_t handle, const char* key, uint32_t value);
[all …]
/hal_espressif-3.6.0/components/nvs_flash/src/
Dnvs_api.cpp44 nvs_handle_t mHandle;
267 static esp_err_t nvs_find_ns_handle(nvs_handle_t c_handle, NVSHandleSimple** handle) in nvs_find_ns_handle()
279 …ition(const char *part_name, const char* name, nvs_open_mode_t open_mode, nvs_handle_t *out_handle) in nvs_open_from_partition()
300 extern "C" esp_err_t nvs_open(const char* name, nvs_open_mode_t open_mode, nvs_handle_t *out_handle) in nvs_open()
305 extern "C" void nvs_close(nvs_handle_t handle) in nvs_close()
319 extern "C" esp_err_t nvs_erase_key(nvs_handle_t c_handle, const char* key) in nvs_erase_key()
332 extern "C" esp_err_t nvs_erase_all(nvs_handle_t c_handle) in nvs_erase_all()
346 static esp_err_t nvs_set(nvs_handle_t c_handle, const char* key, T value) in nvs_set()
359 extern "C" esp_err_t nvs_set_i8 (nvs_handle_t handle, const char* key, int8_t value) in nvs_set_i8()
364 extern "C" esp_err_t nvs_set_u8 (nvs_handle_t handle, const char* key, uint8_t value) in nvs_set_u8()
[all …]
/hal_espressif-3.6.0/examples/bluetooth/esp_ble_mesh/common_components/example_nvs/
Dble_mesh_example_nvs.h16 esp_err_t ble_mesh_nvs_open(nvs_handle_t *handle);
18 esp_err_t ble_mesh_nvs_store(nvs_handle_t handle, const char *key, const void *data, size_t length);
20 esp_err_t ble_mesh_nvs_get_length(nvs_handle_t handle, const char *key, size_t *length);
22 esp_err_t ble_mesh_nvs_restore(nvs_handle_t handle, const char *key, void *data, size_t length, boo…
24 esp_err_t ble_mesh_nvs_erase(nvs_handle_t handle, const char *key);
Dble_mesh_example_nvs.c19 esp_err_t ble_mesh_nvs_open(nvs_handle_t *handle) in ble_mesh_nvs_open()
38 esp_err_t ble_mesh_nvs_store(nvs_handle_t handle, const char *key, const void *data, size_t length) in ble_mesh_nvs_store()
64 esp_err_t ble_mesh_nvs_get_length(nvs_handle_t handle, const char *key, size_t *length) in ble_mesh_nvs_get_length()
89 esp_err_t ble_mesh_nvs_restore(nvs_handle_t handle, const char *key, void *data, size_t length, boo… in ble_mesh_nvs_restore()
121 esp_err_t ble_mesh_nvs_erase(nvs_handle_t handle, const char *key) in ble_mesh_nvs_erase()
/hal_espressif-3.6.0/components/nvs_flash/test/
Dtest_nvs.c32 nvs_handle_t handle;
55 nvs_handle_t handle_1;
70 nvs_handle_t handle_1;
89 nvs_handle_t handle_2;
130 nvs_handle_t handle = 0;
162 nvs_handle_t handle_1;
199 nvs_handle_t handle_2;
236 nvs_handle_t handle_3;
277 nvs_handle_t my_handle;
393 nvs_handle_t handle_1;
[all …]
/hal_espressif-3.6.0/components/lwip/port/esp32/netif/
Ddhcp_state.c33 nvs_handle_t nvs; in dhcp_ip_addr_restore()
53 nvs_handle_t nvs; in dhcp_ip_addr_store()
70 nvs_handle_t nvs; in dhcp_ip_addr_erase()
/hal_espressif-3.6.0/components/nvs_flash/test_nvs_host/
Dtest_nvs.cpp590 nvs_handle_t handle_1;
591 nvs_handle_t handle_2;
619 nvs_handle_t handle_1;
648 nvs_handle_t handle_1;
671 nvs_handle_t handle_2;
717 nvs_handle_t handle_1;
909 nvs_handle_t my_handle;
959 nvs_handle_t misc_handle;
967 nvs_handle_t net80211_handle;
1152 nvs_handle_t handle;
[all …]
/hal_espressif-3.6.0/examples/storage/nvs_rw_blob/main/
Dnvs_blob_example_main.c36 nvs_handle_t my_handle; in save_restart_counter()
73 nvs_handle_t my_handle; in save_run_time()
119 nvs_handle_t my_handle; in print_what_saved()
/hal_espressif-3.6.0/components/esp_wifi/src/
Dphy_init.c436 static esp_err_t load_cal_data_from_nvs_handle(nvs_handle_t handle,
439 static esp_err_t store_cal_data_to_nvs_handle(nvs_handle_t handle,
444 nvs_handle_t handle; in esp_phy_load_cal_data_from_nvs()
465 nvs_handle_t handle; in esp_phy_store_cal_data_to_nvs()
482 nvs_handle_t handle; in esp_phy_erase_cal_data_in_nvs()
509 static esp_err_t load_cal_data_from_nvs_handle(nvs_handle_t handle, in load_cal_data_from_nvs_handle()
565 static esp_err_t store_cal_data_to_nvs_handle(nvs_handle_t handle, in store_cal_data_to_nvs_handle()
/hal_espressif-3.6.0/components/esp_phy/src/
Dphy_init.c472 static esp_err_t load_cal_data_from_nvs_handle(nvs_handle_t handle,
475 static esp_err_t store_cal_data_to_nvs_handle(nvs_handle_t handle,
480 nvs_handle_t handle; in esp_phy_load_cal_data_from_nvs()
497 nvs_handle_t handle; in esp_phy_store_cal_data_to_nvs()
512 nvs_handle_t handle; in esp_phy_erase_cal_data_in_nvs()
534 static esp_err_t load_cal_data_from_nvs_handle(nvs_handle_t handle, in load_cal_data_from_nvs_handle()
584 static esp_err_t store_cal_data_to_nvs_handle(nvs_handle_t handle, in store_cal_data_to_nvs_handle()
/hal_espressif-3.6.0/examples/system/console/advanced/components/cmd_nvs/
Dcmd_nvs.c108 static esp_err_t store_blob(nvs_handle_t nvs, const char *key, const char *str_values) in store_blob()
167 nvs_handle_t nvs; in set_value_in_nvs()
254 nvs_handle_t nvs; in get_value_from_nvs()
338 nvs_handle_t nvs; in erase()
357 nvs_handle_t nvs; in erase_all()
/hal_espressif-3.6.0/components/bt/common/osi/
Dconfig.c51 static void config_parse(nvs_handle_t fp, config_t *config);
92 nvs_handle_t fp; in config_new()
340 static int get_config_size_from_flash(nvs_handle_t fp) in get_config_size_from_flash()
393 nvs_handle_t fp; in config_save()
537 static void config_parse(nvs_handle_t fp, config_t *config) in config_parse()
/hal_espressif-3.6.0/components/bt/host/bluedroid/bta/gatt/
Dbta_gattc_co.c84 nvs_handle_t cache_fp;
93 nvs_handle_t addr_fp;
384 nvs_handle_t fp; in bta_gattc_co_cache_addr_init()
543 nvs_handle_t *fp = &cache_env->addr_fp; in bta_gattc_co_cache_addr_save()
/hal_espressif-3.6.0/examples/storage/nvs_rw_value/main/
Dnvs_value_example_main.c34 nvs_handle_t my_handle; in app_main()
/hal_espressif-3.6.0/examples/system/ulp_fsm/ulp/main/
Dulp_example_main.c101 nvs_handle_t handle; in update_pulse_count()
/hal_espressif-3.6.0/examples/bluetooth/esp_ble_mesh/aligenie_demo/components/vendor_model/
Dgenie_reset.c32 extern nvs_handle_t NVS_HANDLE;
Dgenie_event.c41 extern nvs_handle_t NVS_HANDLE;
Dgenie_timer.c35 extern nvs_handle_t NVS_HANDLE;
/hal_espressif-3.6.0/components/bt/esp_ble_mesh/mesh_core/storage/
Dsettings_nvs.h17 typedef nvs_handle_t bt_mesh_nvs_handle_t;
/hal_espressif-3.6.0/examples/protocols/mqtt/ssl_ds/main/
Dapp_main.c116 nvs_handle_t esp_ds_nvs_handle; in esp_read_ds_data_from_nvs()
/hal_espressif-3.6.0/examples/bluetooth/esp_ble_mesh/ble_mesh_node/onoff_client/main/
Dmain.c44 static nvs_handle_t NVS_HANDLE;
/hal_espressif-3.6.0/components/esp_wifi/esp32c3/
Desp_adapter.c459 static esp_err_t nvs_open_wrapper(const char* name, uint32_t open_mode, nvs_handle_t *out_handle) in nvs_open_wrapper()
/hal_espressif-3.6.0/examples/bluetooth/esp_ble_mesh/ble_mesh_vendor_model/vendor_client/main/
Dmain.c61 static nvs_handle_t NVS_HANDLE;
/hal_espressif-3.6.0/components/app_update/test/
Dtest_switch_ota.c454 nvs_handle_t handle = 0; in test_flow4()
/hal_espressif-3.6.0/examples/bluetooth/esp_ble_mesh/common_components/light_driver/
Dlight_driver.c79 extern nvs_handle_t NVS_HANDLE;

12