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/ |
D | test_nvs_cxx_api.cpp | 39 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/ |
D | nvs_cxx_api.cpp | 22 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/ |
D | nvs_handle.hpp | 229 std::unique_ptr<NVSHandle> open_nvs_handle_from_partition(const char *partition_name,
|