Home
last modified time | relevance | path

Searched refs:nvs_erase_key (Results 1 – 13 of 13) sorted by relevance

/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_core/storage/
Dsettings_nvs.c231 err = nvs_erase_key(handle, key); in settings_save()
598 err = nvs_erase_key(handle, key); in bt_mesh_settings_erase_key()
/hal_espressif-latest/zephyr/esp32/src/wifi/
Desp_wifi_adapter.c505 int32_t nvs_erase_key(uint32_t handle, const char *key) in nvs_erase_key() function
802 ._nvs_erase_key = nvs_erase_key,
/hal_espressif-latest/zephyr/esp32s2/src/wifi/
Desp_wifi_adapter.c509 int32_t nvs_erase_key(uint32_t handle, const char *key) in nvs_erase_key() function
805 ._nvs_erase_key = nvs_erase_key,
/hal_espressif-latest/zephyr/esp32s3/src/wifi/
Desp_wifi_adapter.c519 int32_t nvs_erase_key(uint32_t handle, const char *key) in nvs_erase_key() function
819 ._nvs_erase_key = nvs_erase_key,
/hal_espressif-latest/zephyr/esp32c2/src/wifi/
Desp_wifi_adapter.c584 int32_t nvs_erase_key(uint32_t handle, const char *key) in nvs_erase_key() function
886 ._nvs_erase_key = nvs_erase_key,
/hal_espressif-latest/zephyr/esp32c3/src/wifi/
Desp_wifi_adapter.c584 int32_t nvs_erase_key(uint32_t handle, const char *key) in nvs_erase_key() function
885 ._nvs_erase_key = nvs_erase_key,
/hal_espressif-latest/zephyr/esp32c6/src/wifi/
Desp_wifi_adapter.c588 int32_t nvs_erase_key(uint32_t handle, const char *key) in nvs_erase_key() function
901 ._nvs_erase_key = nvs_erase_key,
/hal_espressif-latest/components/esp_wifi/esp32c6/
Desp_adapter.c647 ._nvs_erase_key = nvs_erase_key,
/hal_espressif-latest/components/esp_wifi/esp32s2/
Desp_adapter.c684 ._nvs_erase_key = nvs_erase_key,
/hal_espressif-latest/components/esp_wifi/esp32/
Desp_adapter.c691 ._nvs_erase_key = nvs_erase_key,
/hal_espressif-latest/components/esp_wifi/esp32c2/
Desp_adapter.c629 ._nvs_erase_key = nvs_erase_key,
/hal_espressif-latest/components/esp_wifi/esp32c3/
Desp_adapter.c646 ._nvs_erase_key = nvs_erase_key,
/hal_espressif-latest/components/esp_wifi/esp32s3/
Desp_adapter.c702 ._nvs_erase_key = nvs_erase_key,