Home
last modified time | relevance | path

Searched refs:ESP_ERR_NVS_NEW_VERSION_FOUND (Results 1 – 25 of 95) sorted by relevance

1234

/hal_espressif-3.6.0/components/esp_wifi/test/
Dtest_wifi_init.c83 if (r == ESP_ERR_NVS_NO_FREE_PAGES || r == ESP_ERR_NVS_NEW_VERSION_FOUND) { in wifi_driver_can_start_on_APP_CPU_task()
128 if (r == ESP_ERR_NVS_NO_FREE_PAGES || r == ESP_ERR_NVS_NEW_VERSION_FOUND) { in wifi_start_stop_task()
181 if (r == ESP_ERR_NVS_NO_FREE_PAGES || r == ESP_ERR_NVS_NEW_VERSION_FOUND) { in wifi_stop_task()
230 if (r == ESP_ERR_NVS_NO_FREE_PAGES || r == ESP_ERR_NVS_NEW_VERSION_FOUND) { in wifi_deinit_task()
/hal_espressif-3.6.0/components/nvs_flash/test/
Dtest_nvs.c34 if (err == ESP_ERR_NVS_NO_FREE_PAGES || err == ESP_ERR_NVS_NEW_VERSION_FOUND) {
57 if (err == ESP_ERR_NVS_NO_FREE_PAGES || err == ESP_ERR_NVS_NEW_VERSION_FOUND) {
72 if (err == ESP_ERR_NVS_NO_FREE_PAGES || err == ESP_ERR_NVS_NEW_VERSION_FOUND) {
136 if (err == ESP_ERR_NVS_NO_FREE_PAGES || err == ESP_ERR_NVS_NEW_VERSION_FOUND) {
270 if (err == ESP_ERR_NVS_NO_FREE_PAGES || err == ESP_ERR_NVS_NEW_VERSION_FOUND) {
/hal_espressif-3.6.0/tools/test_apps/protocols/esp_netif/build_config/main/
Dmain.cpp22 if (ret == ESP_ERR_NVS_NO_FREE_PAGES || ret == ESP_ERR_NVS_NEW_VERSION_FOUND) { in app_main()
/hal_espressif-3.6.0/tools/test_apps/phy/phy_multi_init_data_test/main/
Dphy_init_data_main.c48 if (ret == ESP_ERR_NVS_NO_FREE_PAGES || ret == ESP_ERR_NVS_NEW_VERSION_FOUND) { in app_main()
/hal_espressif-3.6.0/components/driver/test/
Dtest_adc2_with_wifi.c121 if (r == ESP_ERR_NVS_NO_FREE_PAGES || r == ESP_ERR_NVS_NEW_VERSION_FOUND) {
289 if (r == ESP_ERR_NVS_NO_FREE_PAGES || r == ESP_ERR_NVS_NEW_VERSION_FOUND) {
/hal_espressif-3.6.0/examples/bluetooth/hci/controller_hci_uart_esp32/main/
Dcontroller_hci_uart_demo.c40 if (ret == ESP_ERR_NVS_NO_FREE_PAGES || ret == ESP_ERR_NVS_NEW_VERSION_FOUND) { in app_main()
/hal_espressif-3.6.0/examples/wifi/iperf/main/
Diperf_example_main.c22 if (ret == ESP_ERR_NVS_NO_FREE_PAGES || ret == ESP_ERR_NVS_NEW_VERSION_FOUND) { in app_main()
/hal_espressif-3.6.0/zephyr/esp32/include/
Desp_nvs_adapter.h25 #define ESP_ERR_NVS_NEW_VERSION_FOUND (ESP_ERR_NVS_BASE + 0x10) /*!< NVS partition contains … macro
/hal_espressif-3.6.0/examples/storage/nvs_rw_value/main/
Dnvs_value_example_main.c23 if (err == ESP_ERR_NVS_NO_FREE_PAGES || err == ESP_ERR_NVS_NEW_VERSION_FOUND) { in app_main()
/hal_espressif-3.6.0/zephyr/esp32s3/include/
Desp_nvs_adapter.h25 #define ESP_ERR_NVS_NEW_VERSION_FOUND (ESP_ERR_NVS_BASE + 0x10) /*!< NVS partition contains … macro
/hal_espressif-3.6.0/examples/storage/nvs_rw_value_cxx/main/
Dnvs_value_example_main.cpp24 if (err == ESP_ERR_NVS_NO_FREE_PAGES || err == ESP_ERR_NVS_NEW_VERSION_FOUND) { in app_main()
/hal_espressif-3.6.0/examples/system/console/basic/main/
Dconsole_example_main.c58 if (err == ESP_ERR_NVS_NO_FREE_PAGES || err == ESP_ERR_NVS_NEW_VERSION_FOUND) { in initialize_nvs()
/hal_espressif-3.6.0/components/esp_phy/test/
Dtest_phy_rtc.c40 if (ret == ESP_ERR_NVS_NO_FREE_PAGES || ret == ESP_ERR_NVS_NEW_VERSION_FOUND) { in test_phy_rtc_init()
/hal_espressif-3.6.0/examples/system/console_usb/main/
Dconsole_usb_example_main.c27 if (err == ESP_ERR_NVS_NO_FREE_PAGES || err == ESP_ERR_NVS_NEW_VERSION_FOUND) { in initialize_nvs()
/hal_espressif-3.6.0/examples/bluetooth/esp_ble_mesh/ble_mesh_coex_test/main/
Dmain.c31 if (err == ESP_ERR_NVS_NO_FREE_PAGES || err == ESP_ERR_NVS_NEW_VERSION_FOUND) { in initialize_nvs()
/hal_espressif-3.6.0/examples/wifi/getting_started/softAP/main/
Dsoftap_example_main.c88 if (ret == ESP_ERR_NVS_NO_FREE_PAGES || ret == ESP_ERR_NVS_NEW_VERSION_FOUND) { in app_main()
/hal_espressif-3.6.0/examples/security/flash_encryption/main/
Dflash_encrypt_main.c44 if (ret == ESP_ERR_NVS_NO_FREE_PAGES || ret == ESP_ERR_NVS_NEW_VERSION_FOUND) { in app_main()
/hal_espressif-3.6.0/examples/wifi/power_save/main/
Dpower_save.c88 if (ret == ESP_ERR_NVS_NO_FREE_PAGES || ret == ESP_ERR_NVS_NEW_VERSION_FOUND) {
/hal_espressif-3.6.0/examples/wifi/fast_scan/main/
Dfast_scan.c121 if (ret == ESP_ERR_NVS_NO_FREE_PAGES || ret == ESP_ERR_NVS_NEW_VERSION_FOUND) { in app_main()
/hal_espressif-3.6.0/examples/wifi/getting_started/station/main/
Dstation_example_main.c137 if (ret == ESP_ERR_NVS_NO_FREE_PAGES || ret == ESP_ERR_NVS_NEW_VERSION_FOUND) { in app_main()
/hal_espressif-3.6.0/examples/bluetooth/hci/controller_vhci_ble_adv/main/
Dapp_bt.c129 if (ret == ESP_ERR_NVS_NO_FREE_PAGES || ret == ESP_ERR_NVS_NEW_VERSION_FOUND) { in app_main()
/hal_espressif-3.6.0/examples/wifi/scan/main/
Dscan.c147 if (ret == ESP_ERR_NVS_NO_FREE_PAGES || ret == ESP_ERR_NVS_NEW_VERSION_FOUND) { in app_main()
/hal_espressif-3.6.0/examples/protocols/esp_local_ctrl/main/
Dapp_main.c133 if (ret == ESP_ERR_NVS_NO_FREE_PAGES || ret == ESP_ERR_NVS_NEW_VERSION_FOUND) { in app_main()
/hal_espressif-3.6.0/components/esp_common/src/
Desp_err_to_name.c187 # ifdef ESP_ERR_NVS_NEW_VERSION_FOUND
188 …ERR_TBL_IT(ESP_ERR_NVS_NEW_VERSION_FOUND), /* 4368 0x1110 NVS partition contains…
/hal_espressif-3.6.0/examples/system/ota/simple_ota_example/main/
Dsimple_ota_example.c156 if (err == ESP_ERR_NVS_NO_FREE_PAGES || err == ESP_ERR_NVS_NEW_VERSION_FOUND) { in app_main()

1234