Home
last modified time | relevance | path

Searched refs:nvs_commit (Results 1 – 25 of 30) sorted by relevance

12

/hal_espressif-3.6.0/components/lwip/port/esp32/netif/
Ddhcp_state.c62 nvs_commit(nvs); in dhcp_ip_addr_store()
75 nvs_commit(nvs); in dhcp_ip_addr_erase()
/hal_espressif-3.6.0/examples/bluetooth/esp_ble_mesh/common_components/example_nvs/
Dble_mesh_example_nvs.c53 err = nvs_commit(handle); in ble_mesh_nvs_store()
139 err = nvs_commit(handle); in ble_mesh_nvs_erase()
/hal_espressif-3.6.0/examples/storage/nvs_rw_blob/main/
Dnvs_blob_example_main.c57 err = nvs_commit(my_handle); in save_restart_counter()
104 err = nvs_commit(my_handle); in save_run_time()
/hal_espressif-3.6.0/examples/system/console/advanced/components/cmd_nvs/
Dcmd_nvs.c149 err = nvs_commit(nvs); in store_blob()
242 err = nvs_commit(nvs); in set_value_in_nvs()
344 err = nvs_commit(nvs); in erase()
363 err = nvs_commit(nvs); in erase_all()
/hal_espressif-3.6.0/components/bt/esp_ble_mesh/mesh_core/storage/
Dsettings_nvs.c243 err = nvs_commit(handle); in settings_save()
608 err = nvs_commit(handle); in bt_mesh_settings_erase_key()
627 err = nvs_commit(handle); in bt_mesh_settings_erase_all()
/hal_espressif-3.6.0/examples/storage/nvs_rw_value/main/
Dnvs_value_example_main.c68 err = nvs_commit(my_handle); in app_main()
/hal_espressif-3.6.0/examples/system/ulp_fsm/ulp/main/
Dulp_example_main.c117 ESP_ERROR_CHECK(nvs_commit(handle)); in update_pulse_count()
/hal_espressif-3.6.0/components/nvs_flash/test_nvs_host/
Dtest_nvs.cpp926 TEST_ESP_OK(nvs_commit(my_handle));
1598 TEST_ESP_OK(nvs_commit(light_handle));
1763 nvs_commit(light_handle);
1793 TEST_ESP_OK( nvs_commit(handle) );
1844 TEST_ESP_OK( nvs_commit(handle) );
2056 TEST_ESP_OK(nvs_commit(handle));
2071 TEST_ESP_OK(nvs_commit(handle));
2087 TEST_ESP_OK(nvs_commit(handle));
2108 TEST_ESP_OK(nvs_commit(handle));
2138 TEST_ESP_OK( nvs_commit(handle) );
[all …]
/hal_espressif-3.6.0/components/nvs_flash/include/
Dnvs.h500 esp_err_t nvs_commit(nvs_handle_t handle);
/hal_espressif-3.6.0/zephyr/esp32/src/wifi/
Desp_wifi_adapter.c586 int32_t nvs_commit(uint32_t handle) in nvs_commit() function
870 ._nvs_commit = nvs_commit,
/hal_espressif-3.6.0/components/esp_wifi/src/
Dphy_init.c498 err = nvs_commit(handle); in esp_phy_erase_cal_data_in_nvs()
595 err = nvs_commit(handle); in store_cal_data_to_nvs_handle()
/hal_espressif-3.6.0/zephyr/esp32s2/src/wifi/
Desp_wifi_adapter.c593 int32_t nvs_commit(uint32_t handle) in nvs_commit() function
875 ._nvs_commit = nvs_commit,
/hal_espressif-3.6.0/zephyr/esp32s3/src/wifi/
Desp_wifi_adapter.c610 int32_t nvs_commit(uint32_t handle) in nvs_commit() function
896 ._nvs_commit = nvs_commit,
/hal_espressif-3.6.0/components/esp_phy/src/
Dphy_init.c524 err = nvs_commit(handle); in esp_phy_erase_cal_data_in_nvs()
611 err = nvs_commit(handle); in store_cal_data_to_nvs_handle()
/hal_espressif-3.6.0/zephyr/esp32c3/src/wifi/
Desp_wifi_adapter.c676 int32_t nvs_commit(uint32_t handle) in nvs_commit() function
984 ._nvs_commit = nvs_commit,
/hal_espressif-3.6.0/docs/zh_CN/api-reference/storage/
Dnvs_flash.rst49 …om_partition` 中指定,调用后将返回一个不透明句柄,用于后续调用 ``nvs_get_*``、``nvs_set_*`` 和 ``nvs_commit`` 函数。这样,一个句柄关联一个…
/hal_espressif-3.6.0/components/nvs_flash/test/
Dtest_nvs.c282 TEST_ESP_OK( nvs_commit(my_handle) );
/hal_espressif-3.6.0/components/esp_wifi/esp32/
Desp_adapter.c743 ._nvs_commit = nvs_commit,
/hal_espressif-3.6.0/components/esp_wifi/esp32c3/
Desp_adapter.c724 ._nvs_commit = nvs_commit,
/hal_espressif-3.6.0/components/esp_wifi/esp32s2/
Desp_adapter.c735 ._nvs_commit = nvs_commit,
/hal_espressif-3.6.0/components/esp_wifi/esp32s3/
Desp_adapter.c760 ._nvs_commit = nvs_commit,
/hal_espressif-3.6.0/components/nvs_flash/src/
Dnvs_api.cpp399 extern "C" esp_err_t nvs_commit(nvs_handle_t c_handle) in nvs_commit() function
/hal_espressif-3.6.0/components/app_update/test/
Dtest_switch_ota.c465 TEST_ESP_OK(nvs_commit(handle)); in test_flow4()
/hal_espressif-3.6.0/components/bt/common/osi/
Dconfig.c489 err = nvs_commit(fp); in config_save()
/hal_espressif-3.6.0/docs/en/api-reference/storage/
Dnvs_flash.rst49 …n subsequent calls to the ``nvs_get_*``, ``nvs_set_*``, and :cpp:func:`nvs_commit` functions. This…

12