Home
last modified time | relevance | path

Searched refs:nvs_get_i32 (Results 1 – 14 of 14) sorted by relevance

/hal_espressif-3.6.0/components/nvs_flash/test/
Dtest_nvs.c97 TEST_ESP_OK(nvs_get_i32(handle_1, "foo", &v1));
101 TEST_ESP_OK(nvs_get_i32(handle_2, "foo", &v2));
410 TEST_ESP_OK(nvs_get_i32(handle_1, "foo", &v1));
414 TEST_ESP_OK(nvs_get_i32(handle_2, "foo", &v2));
502 TEST_ESP_OK( nvs_get_i32(handle, "dummyI32Key", &i32v));
/hal_espressif-3.6.0/examples/storage/nvs_rw_blob/main/
Dnvs_blob_example_main.c45 err = nvs_get_i32(my_handle, "restart_conter", &restart_counter); in save_restart_counter()
128 err = nvs_get_i32(my_handle, "restart_conter", &restart_counter); in print_what_saved()
/hal_espressif-3.6.0/examples/storage/nvs_rw_value/main/
Dnvs_value_example_main.c44 err = nvs_get_i32(my_handle, "restart_counter", &restart_counter); in app_main()
/hal_espressif-3.6.0/components/nvs_flash/include/
Dnvs.h361 esp_err_t nvs_get_i32 (nvs_handle_t handle, const char* key, int32_t* out_value);
/hal_espressif-3.6.0/components/nvs_flash/test_nvs_host/
Dtest_nvs.cpp678 TEST_ESP_OK(nvs_get_i32(handle_1, "foo", &v1));
682 TEST_ESP_OK(nvs_get_i32(handle_2, "foo", &v2));
1208 TEST_ESP_OK(nvs_get_i32(handle_1, "foo", &v1));
1212 TEST_ESP_OK(nvs_get_i32(handle_2, "foo", &v2));
1265 auto err = nvs_get_i32(handle, keys[index], &val); in doRandomThings()
1818 TEST_ESP_OK( nvs_get_i32(handle1, "foo", &v1));
1819 TEST_ESP_OK( nvs_get_i32(handle2, "foo", &v2));
2596 TEST_ESP_OK( nvs_get_i32(handle, "dummyI32Key", &i32v)); in check_nvs_part_gen_args()
3012 TEST_ESP_OK(nvs_get_i32(handle_1, "foo", &v1));
3016 TEST_ESP_OK(nvs_get_i32(handle_2, "foo", &v2));
/hal_espressif-3.6.0/components/app_update/test/
Dtest_switch_ota.c477 TEST_ESP_OK(nvs_get_i32(handle, "boot_count", &boot_count_nvs)); in test_flow4()
494 TEST_ESP_ERR(ESP_ERR_NVS_NOT_FOUND, nvs_get_i32(handle, "boot_count", &boot_count_nvs)); in test_flow4()
/hal_espressif-3.6.0/docs/en/contribute/
Ddocumenting-code.rst92 * // Example of using nvs_get_i32:
94 * esp_err_t err = nvs_get_i32(my_handle, "max_buffer_size", &max_buffer_size);
/hal_espressif-3.6.0/examples/system/console/advanced/components/cmd_nvs/
Dcmd_nvs.c294 if ((err = nvs_get_i32(nvs, key, &value)) == ESP_OK) { in get_value_from_nvs()
/hal_espressif-3.6.0/components/nvs_flash/src/
Dnvs_api.cpp469 extern "C" esp_err_t nvs_get_i32 (nvs_handle_t c_handle, const char* key, int32_t* out_value) in nvs_get_i32() function
/hal_espressif-3.6.0/tools/test_idf_size/
Dapp.map15809 .literal.nvs_get_i32
15924 .text.nvs_get_i32
Doverflow.map40735 .literal.nvs_get_i32
45846 .text.nvs_get_i32
45849 0x00000000400e37e8 nvs_get_i32
74316 nvs_get_i32 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj)
Doverflow_esp32s2.map41537 .literal.nvs_get_i32
46829 .text.nvs_get_i32
46832 0x0000000040093bfc nvs_get_i32
75466 nvs_get_i32 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj)
Doverflow_esp32s3.map8342 .literal.nvs_get_i32
8423 .text.nvs_get_i32
91200 nvs_get_i32 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj)
Doverflow_esp32c3.map5681 .text.nvs_get_i32
70712 nvs_get_i32 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj)