Home
last modified time | relevance | path

Searched refs:nvs_open_from_partition (Results 1 – 12 of 12) sorted by relevance

/hal_espressif-3.6.0/docs/zh_CN/api-reference/storage/
Dnvs_flash.rst14 …:cpp:func:`nvs_open` API 选择使用带有 ``nvs`` 标签的分区,也可以通过调用 :cpp:func:`nvs_open_from_partition` API 选择使用…
49 …命名规则,例如,最多可占 15 个字符。命名空间的名称在调用 :cpp:func:`nvs_open` 或 :cpp:type:`nvs_open_from_partition` 中指定,调用后将…
147 4. 使用 ``nvs_open`` 或 ``nvs_open_from_partition`` API 打开命名空间;
/hal_espressif-3.6.0/components/nvs_flash/include/
Dnvs.h162 esp_err_t nvs_open_from_partition(const char *part_name, const char* name, nvs_open_mode_t open_mod…
/hal_espressif-3.6.0/examples/protocols/mqtt/ssl_ds/main/
Dapp_main.c124 esp_ret = nvs_open_from_partition(NVS_PARTITION_NAME, NVS_NAMESPACE, in esp_read_ds_data_from_nvs()
/hal_espressif-3.6.0/components/nvs_flash/src/
Dnvs_api.cpp279 extern "C" esp_err_t nvs_open_from_partition(const char *part_name, const char* name, nvs_open_mode… in nvs_open_from_partition() function
302 return nvs_open_from_partition(NVS_DEFAULT_PART_NAME, name, open_mode, out_handle); in nvs_open()
/hal_espressif-3.6.0/components/bt/esp_ble_mesh/mesh_core/storage/
Dsettings_nvs.c66 return nvs_open_from_partition(CONFIG_BLE_MESH_PARTITION_NAME, name, NVS_READWRITE, handle); in bt_mesh_settings_nvs_open()
/hal_espressif-3.6.0/docs/en/api-reference/storage/
Dnvs_flash.rst14 … any other partition by specifying its name using the :cpp:func:`nvs_open_from_partition` API func…
49 …pace name is specified in the :cpp:func:`nvs_open` or :cpp:type:`nvs_open_from_partition` call. Th…
147 …4. Open a namespace using the :cpp:func:`nvs_open` or :cpp:func:`nvs_open_from_partition` API func…
/hal_espressif-3.6.0/components/nvs_flash/test_nvs_host/
Dtest_nvs.cpp730 TEST_ESP_OK(nvs_open_from_partition(OTHER_PARTITION_NAME, "ns", NVS_READWRITE, &handle_1));
1813 TEST_ESP_OK( nvs_open_from_partition("nvs1", "test", NVS_READWRITE, &handle1) );
1814 TEST_ESP_OK( nvs_open_from_partition("nvs2", "test", NVS_READWRITE, &handle2) );
2304 TEST_ESP_OK( nvs_open_from_partition("test", "dummyNamespace", NVS_READWRITE, &handle));
2582 TEST_ESP_OK( nvs_open_from_partition(part_name, "dummyNamespace", NVS_READONLY, &handle)); in check_nvs_part_gen_args()
/hal_espressif-3.6.0/tools/test_idf_size/
Dapp.map15769 .literal.nvs_open_from_partition
15884 .text.nvs_open_from_partition
Doverflow.map40621 .literal.nvs_open_from_partition
45690 .text.nvs_open_from_partition
45693 0x00000000400e30a4 nvs_open_from_partition
74343 nvs_open_from_partition esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj)
Doverflow_esp32s2.map41423 .literal.nvs_open_from_partition
46673 .text.nvs_open_from_partition
46676 0x00000000400934b8 nvs_open_from_partition
75493 nvs_open_from_partition esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj)
Doverflow_esp32s3.map53042 .literal.nvs_open_from_partition
57831 .text.nvs_open_from_partition
57834 0x0000000042013780 nvs_open_from_partition
91219 nvs_open_from_partition esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj)
Doverflow_esp32c3.map35404 .text.nvs_open_from_partition
35406 0x000000004200a4a4 nvs_open_from_partition
70732 nvs_open_from_partition esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj)