Searched refs:nvs_get_u16 (Results 1 – 12 of 12) sorted by relevance
/hal_espressif-2.7.6/components/nvs_flash/include/ |
D | nvs.h | 278 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/ |
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-2.7.6/zephyr/esp32/src/wifi/ |
D | esp_wifi_adapter.c | 569 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/ |
D | esp_adapter.c | 718 ._nvs_get_u16 = nvs_get_u16,
|
/hal_espressif-2.7.6/components/esp_wifi/esp32s3/ |
D | esp_adapter.c | 756 ._nvs_get_u16 = nvs_get_u16,
|
/hal_espressif-2.7.6/components/nvs_flash/test/ |
D | test_nvs.c | 496 TEST_ESP_OK( nvs_get_u16(handle, "dummyU16Key", &u16v));
|
/hal_espressif-2.7.6/components/esp_wifi/esp32/ |
D | esp_adapter.c | 739 ._nvs_get_u16 = nvs_get_u16,
|
/hal_espressif-2.7.6/components/esp_wifi/esp32c3/ |
D | esp_adapter.c | 729 ._nvs_get_u16 = nvs_get_u16,
|
/hal_espressif-2.7.6/examples/system/console/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-2.7.6/components/nvs_flash/src/ |
D | nvs_api.cpp | 452 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/ |
D | test_nvs.cpp | 2585 TEST_ESP_OK( nvs_get_u16(handle, "dummyU16Key", &u16v)); in check_nvs_part_gen_args()
|
/hal_espressif-2.7.6/tools/test_idf_size/ |
D | app.map | 15807 .literal.nvs_get_u16 15922 .text.nvs_get_u16
|