Home
last modified time | relevance | path

Searched refs:open_nvs_handle_from_partition (Results 1 – 3 of 3) sorted by relevance

/hal_espressif-3.6.0/components/nvs_flash/test_nvs_host/
Dtest_nvs_cxx_api.cpp39 handle = nvs::open_nvs_handle_from_partition(nullptr, "ns_1", NVS_READWRITE, &result);
43 handle = nvs::open_nvs_handle_from_partition("test", nullptr, NVS_READWRITE, &result);
56 handle = nvs::open_nvs_handle_from_partition("test", "ns_1", NVS_READWRITE, &result);
75 handle = nvs::open_nvs_handle_from_partition("test", "ns_1", NVS_READWRITE, &result);
/hal_espressif-3.6.0/components/nvs_flash/src/
Dnvs_cxx_api.cpp22 std::unique_ptr<NVSHandle> open_nvs_handle_from_partition(const char *partition_name, in open_nvs_handle_from_partition() function
73 return open_nvs_handle_from_partition(NVS_DEFAULT_PART_NAME, ns_name, open_mode, err); in open_nvs_handle()
/hal_espressif-3.6.0/components/nvs_flash/include/
Dnvs_handle.hpp229 std::unique_ptr<NVSHandle> open_nvs_handle_from_partition(const char *partition_name,