Searched refs:NVS_READONLY (Results 1 – 4 of 4) sorted by relevance
41 if (nvs_open(DHCP_NAMESPACE, NVS_READONLY, &nvs) == ESP_OK) { in dhcp_ip_addr_restore()
75 NVS_READONLY, /*!< Read only */ enumerator
205 *handle = new (std::nothrow) NVSHandleSimple(open_mode==NVS_READONLY, nsIndex, sHandle); in open_handle()
404 esp_err_t err = nvs_open(PHY_NAMESPACE, NVS_READONLY, &handle); in esp_phy_load_cal_data_from_nvs()