Home
last modified time | relevance | path

Searched refs:NVS_READONLY (Results 1 – 10 of 10) sorted by relevance

/hal_espressif-3.6.0/components/lwip/port/esp32/netif/
Ddhcp_state.c41 if (nvs_open(DHCP_NAMESPACE, NVS_READONLY, &nvs) == ESP_OK) { in dhcp_ip_addr_restore()
/hal_espressif-3.6.0/components/nvs_flash/test/
Dtest_nvs.c79 TEST_ESP_ERR(ESP_ERR_NVS_NOT_FOUND, nvs_open("test_namespace1", NVS_READONLY, &handle_1));
395 TEST_ESP_ERR(ESP_ERR_NVS_NOT_FOUND, nvs_open("namespace1", NVS_READONLY, &handle_1));
488 TEST_ESP_OK(nvs_open("dummyNamespace", NVS_READONLY, &handle));
/hal_espressif-3.6.0/components/nvs_flash/include/
Dnvs.h67 NVS_READONLY, /*!< Read only */ enumerator
/hal_espressif-3.6.0/examples/protocols/mqtt/ssl_ds/main/
Dapp_main.c125 NVS_READONLY, &esp_ds_nvs_handle); in esp_read_ds_data_from_nvs()
/hal_espressif-3.6.0/components/nvs_flash/src/
Dnvs_partition_manager.cpp201 …NVSHandleSimple* new_handle = new (std::nothrow) NVSHandleSimple(open_mode==NVS_READONLY, nsIndex,… in open_handle()
/hal_espressif-3.6.0/components/nvs_flash/test_nvs_host/
Dtest_nvs_handle.cpp109 …onManager::get_instance()->open_handle(NVS_DEFAULT_PART_NAME, "ns_1", NVS_READONLY, &handle_2) == …
Dtest_nvs.cpp605 CHECK(nvs_open("just_kidding", NVS_READONLY, &handle_2) == ESP_ERR_NVS_NOT_FOUND);
632 TEST_ESP_OK(nvs_open("ro_ns", NVS_READONLY, &handle_1));
662 TEST_ESP_ERR(nvs_open("namespace1", NVS_READONLY, &handle_1), ESP_ERR_NVS_NOT_FOUND);
1193 TEST_ESP_ERR(nvs_open("namespace1", NVS_READONLY, &handle_1), ESP_ERR_NVS_NOT_FOUND);
2582 TEST_ESP_OK( nvs_open_from_partition(part_name, "dummyNamespace", NVS_READONLY, &handle)); in check_nvs_part_gen_args()
2999 TEST_ESP_ERR(nvs_open("namespace1", NVS_READONLY, &handle_1), ESP_ERR_NVS_NOT_FOUND);
/hal_espressif-3.6.0/examples/system/console/advanced/components/cmd_nvs/
Dcmd_nvs.c264 err = nvs_open(current_namespace, NVS_READONLY, &nvs); in get_value_from_nvs()
/hal_espressif-3.6.0/components/esp_wifi/src/
Dphy_init.c445 esp_err_t err = nvs_open(PHY_NAMESPACE, NVS_READONLY, &handle); in esp_phy_load_cal_data_from_nvs()
/hal_espressif-3.6.0/components/esp_phy/src/
Dphy_init.c481 esp_err_t err = nvs_open(PHY_NAMESPACE, NVS_READONLY, &handle); in esp_phy_load_cal_data_from_nvs()