Searched refs:NVS_READONLY (Results 1 – 10 of 10) sorted by relevance
/hal_espressif-3.6.0/components/lwip/port/esp32/netif/ |
D | dhcp_state.c | 41 if (nvs_open(DHCP_NAMESPACE, NVS_READONLY, &nvs) == ESP_OK) { in dhcp_ip_addr_restore()
|
/hal_espressif-3.6.0/components/nvs_flash/test/ |
D | test_nvs.c | 79 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/ |
D | nvs.h | 67 NVS_READONLY, /*!< Read only */ enumerator
|
/hal_espressif-3.6.0/examples/protocols/mqtt/ssl_ds/main/ |
D | app_main.c | 125 NVS_READONLY, &esp_ds_nvs_handle); in esp_read_ds_data_from_nvs()
|
/hal_espressif-3.6.0/components/nvs_flash/src/ |
D | nvs_partition_manager.cpp | 201 …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/ |
D | test_nvs_handle.cpp | 109 …onManager::get_instance()->open_handle(NVS_DEFAULT_PART_NAME, "ns_1", NVS_READONLY, &handle_2) == …
|
D | test_nvs.cpp | 605 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/ |
D | cmd_nvs.c | 264 err = nvs_open(current_namespace, NVS_READONLY, &nvs); in get_value_from_nvs()
|
/hal_espressif-3.6.0/components/esp_wifi/src/ |
D | phy_init.c | 445 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/ |
D | phy_init.c | 481 esp_err_t err = nvs_open(PHY_NAMESPACE, NVS_READONLY, &handle); in esp_phy_load_cal_data_from_nvs()
|