Searched refs:nvs_get_i32 (Results 1 – 14 of 14) sorted by relevance
/hal_espressif-3.6.0/components/nvs_flash/test/ |
D | test_nvs.c | 97 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/ |
D | nvs_blob_example_main.c | 45 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/ |
D | nvs_value_example_main.c | 44 err = nvs_get_i32(my_handle, "restart_counter", &restart_counter); in app_main()
|
/hal_espressif-3.6.0/components/nvs_flash/include/ |
D | nvs.h | 361 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/ |
D | test_nvs.cpp | 678 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/ |
D | test_switch_ota.c | 477 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/ |
D | documenting-code.rst | 92 * // 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/ |
D | cmd_nvs.c | 294 if ((err = nvs_get_i32(nvs, key, &value)) == ESP_OK) { in get_value_from_nvs()
|
/hal_espressif-3.6.0/components/nvs_flash/src/ |
D | nvs_api.cpp | 469 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/ |
D | app.map | 15809 .literal.nvs_get_i32 15924 .text.nvs_get_i32
|
D | overflow.map | 40735 .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)
|
D | overflow_esp32s2.map | 41537 .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)
|
D | overflow_esp32s3.map | 8342 .literal.nvs_get_i32 8423 .text.nvs_get_i32 91200 nvs_get_i32 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj)
|
D | overflow_esp32c3.map | 5681 .text.nvs_get_i32 70712 nvs_get_i32 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj)
|