Home
last modified time | relevance | path

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

/hal_espressif-2.7.6/components/nvs_flash/include/
Dnvs.h278 esp_err_t nvs_get_u16 (nvs_handle_t handle, const char* key, uint16_t* out_value);
/hal_espressif-2.7.6/examples/protocols/mqtt/ssl_ds/main/
Dapp_main.c137 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-2.7.6/zephyr/esp32/src/wifi/
Desp_wifi_adapter.c569 int32_t nvs_get_u16(uint32_t handle, const char *key, uint16_t *out_value) in nvs_get_u16() function
848 ._nvs_get_u16 = nvs_get_u16,
/hal_espressif-2.7.6/components/esp_wifi/esp32s2/
Desp_adapter.c718 ._nvs_get_u16 = nvs_get_u16,
/hal_espressif-2.7.6/components/esp_wifi/esp32s3/
Desp_adapter.c756 ._nvs_get_u16 = nvs_get_u16,
/hal_espressif-2.7.6/components/nvs_flash/test/
Dtest_nvs.c496 TEST_ESP_OK( nvs_get_u16(handle, "dummyU16Key", &u16v));
/hal_espressif-2.7.6/components/esp_wifi/esp32/
Desp_adapter.c739 ._nvs_get_u16 = nvs_get_u16,
/hal_espressif-2.7.6/components/esp_wifi/esp32c3/
Desp_adapter.c729 ._nvs_get_u16 = nvs_get_u16,
/hal_espressif-2.7.6/examples/system/console/components/cmd_nvs/
Dcmd_nvs.c289 if ((err = nvs_get_u16(nvs, key, &value)) == ESP_OK) { in get_value_from_nvs()
/hal_espressif-2.7.6/components/nvs_flash/src/
Dnvs_api.cpp452 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-2.7.6/components/nvs_flash/test_nvs_host/
Dtest_nvs.cpp2585 TEST_ESP_OK( nvs_get_u16(handle, "dummyU16Key", &u16v)); in check_nvs_part_gen_args()
/hal_espressif-2.7.6/tools/test_idf_size/
Dapp.map15807 .literal.nvs_get_u16
15922 .text.nvs_get_u16