/hal_espressif-3.6.0/components/nvs_flash/include/ |
D | nvs.h | 354 esp_err_t nvs_get_u16 (nvs_handle_t handle, const char* key, uint16_t* out_value);
|
/hal_espressif-3.6.0/examples/protocols/mqtt/ssl_ds/main/ |
D | app_main.c | 137 esp_ret = nvs_get_u16(esp_ds_nvs_handle, NVS_RSA_LEN, &ds_data_ctx->rsa_length_bits); in esp_read_ds_data_from_nvs()
|
/hal_espressif-3.6.0/zephyr/esp32/src/wifi/ |
D | esp_wifi_adapter.c | 571 int32_t nvs_get_u16(uint32_t handle, const char *key, uint16_t *out_value) in nvs_get_u16() function 867 ._nvs_get_u16 = nvs_get_u16,
|
/hal_espressif-3.6.0/zephyr/esp32s2/src/wifi/ |
D | esp_wifi_adapter.c | 578 int32_t nvs_get_u16(uint32_t handle, const char *key, uint16_t *out_value) in nvs_get_u16() function 872 ._nvs_get_u16 = nvs_get_u16,
|
/hal_espressif-3.6.0/zephyr/esp32s3/src/wifi/ |
D | esp_wifi_adapter.c | 595 int32_t nvs_get_u16(uint32_t handle, const char *key, uint16_t *out_value) in nvs_get_u16() function 893 ._nvs_get_u16 = nvs_get_u16,
|
/hal_espressif-3.6.0/zephyr/esp32c3/src/wifi/ |
D | esp_wifi_adapter.c | 651 int32_t nvs_get_u16(uint32_t handle, const char *key, uint16_t *out_value) in nvs_get_u16() function 981 ._nvs_get_u16 = nvs_get_u16,
|
/hal_espressif-3.6.0/components/nvs_flash/test/ |
D | test_nvs.c | 496 TEST_ESP_OK( nvs_get_u16(handle, "dummyU16Key", &u16v));
|
/hal_espressif-3.6.0/components/esp_wifi/esp32/ |
D | esp_adapter.c | 740 ._nvs_get_u16 = nvs_get_u16,
|
/hal_espressif-3.6.0/components/esp_wifi/esp32c3/ |
D | esp_adapter.c | 721 ._nvs_get_u16 = nvs_get_u16,
|
/hal_espressif-3.6.0/components/esp_wifi/esp32s2/ |
D | esp_adapter.c | 732 ._nvs_get_u16 = nvs_get_u16,
|
/hal_espressif-3.6.0/components/esp_wifi/esp32s3/ |
D | esp_adapter.c | 757 ._nvs_get_u16 = nvs_get_u16,
|
/hal_espressif-3.6.0/examples/system/console/advanced/components/cmd_nvs/ |
D | cmd_nvs.c | 289 if ((err = nvs_get_u16(nvs, key, &value)) == ESP_OK) { in get_value_from_nvs()
|
/hal_espressif-3.6.0/components/nvs_flash/src/ |
D | nvs_api.cpp | 464 extern "C" esp_err_t nvs_get_u16 (nvs_handle_t c_handle, const char* key, uint16_t* out_value) in nvs_get_u16() function
|
/hal_espressif-3.6.0/components/nvs_flash/test_nvs_host/ |
D | test_nvs.cpp | 2590 TEST_ESP_OK( nvs_get_u16(handle, "dummyU16Key", &u16v)); in check_nvs_part_gen_args()
|
/hal_espressif-3.6.0/tools/test_idf_size/ |
D | app.map | 15807 .literal.nvs_get_u16 15922 .text.nvs_get_u16
|
D | overflow.map | 40729 .literal.nvs_get_u16 45838 .text.nvs_get_u16 45841 0x00000000400e379c nvs_get_u16 74326 nvs_get_u16 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj)
|
D | overflow_esp32s2.map | 41531 .literal.nvs_get_u16 46821 .text.nvs_get_u16 46824 0x0000000040093bb0 nvs_get_u16 75476 nvs_get_u16 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj)
|
D | overflow_esp32s3.map | 53102 .literal.nvs_get_u16 57913 .text.nvs_get_u16 57916 0x0000000042013be0 nvs_get_u16 91206 nvs_get_u16 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj)
|
D | overflow_esp32c3.map | 35478 .text.nvs_get_u16 35480 0x000000004200ab58 nvs_get_u16 70718 nvs_get_u16 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj)
|