Searched refs:nvs_commit (Results 1 – 14 of 14) sorted by relevance
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_core/storage/ |
D | settings_nvs.c | 243 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-latest/zephyr/esp32/src/wifi/ |
D | esp_wifi_adapter.c | 488 int32_t nvs_commit(uint32_t handle) in nvs_commit() function 799 ._nvs_commit = nvs_commit,
|
/hal_espressif-latest/zephyr/esp32s2/src/wifi/ |
D | esp_wifi_adapter.c | 492 int32_t nvs_commit(uint32_t handle) in nvs_commit() function 802 ._nvs_commit = nvs_commit,
|
/hal_espressif-latest/zephyr/esp32s3/src/wifi/ |
D | esp_wifi_adapter.c | 502 int32_t nvs_commit(uint32_t handle) in nvs_commit() function 816 ._nvs_commit = nvs_commit,
|
/hal_espressif-latest/zephyr/esp32c2/src/wifi/ |
D | esp_wifi_adapter.c | 555 int32_t nvs_commit(uint32_t handle) in nvs_commit() function 883 ._nvs_commit = nvs_commit,
|
/hal_espressif-latest/zephyr/esp32c3/src/wifi/ |
D | esp_wifi_adapter.c | 555 int32_t nvs_commit(uint32_t handle) in nvs_commit() function 882 ._nvs_commit = nvs_commit,
|
/hal_espressif-latest/zephyr/esp32c6/src/wifi/ |
D | esp_wifi_adapter.c | 559 int32_t nvs_commit(uint32_t handle) in nvs_commit() function 898 ._nvs_commit = nvs_commit,
|
/hal_espressif-latest/components/esp_wifi/esp32c6/ |
D | esp_adapter.c | 644 ._nvs_commit = nvs_commit,
|
/hal_espressif-latest/components/esp_wifi/esp32s2/ |
D | esp_adapter.c | 681 ._nvs_commit = nvs_commit,
|
/hal_espressif-latest/components/esp_wifi/esp32/ |
D | esp_adapter.c | 688 ._nvs_commit = nvs_commit,
|
/hal_espressif-latest/components/esp_wifi/esp32c2/ |
D | esp_adapter.c | 626 ._nvs_commit = nvs_commit,
|
/hal_espressif-latest/components/esp_wifi/esp32c3/ |
D | esp_adapter.c | 643 ._nvs_commit = nvs_commit,
|
/hal_espressif-latest/components/esp_wifi/esp32s3/ |
D | esp_adapter.c | 699 ._nvs_commit = nvs_commit,
|
/hal_espressif-latest/components/bt/common/osi/ |
D | config.c | 507 err = nvs_commit(fp); in config_save()
|