/hal_espressif-3.6.0/components/nvs_flash/test_nvs_host/ |
D | test_nvs.cpp | 971 TEST_ESP_ERR(nvs_get_u8(net80211_handle, "wifi.opmode", &opmode), ESP_ERR_NVS_NOT_FOUND); 976 TEST_ESP_ERR(nvs_get_u8(net80211_handle, "wifi.country", &opmode), ESP_ERR_NVS_NOT_FOUND); 992 TEST_ESP_ERR(nvs_get_u8(net80211_handle, "sta.authmode", &authmode), ESP_ERR_NVS_NOT_FOUND); 1008 TEST_ESP_ERR(nvs_get_u8(net80211_handle, "sta.chan", &chan), ESP_ERR_NVS_NOT_FOUND); 1012 TEST_ESP_ERR(nvs_get_u8(net80211_handle, "auto.conn", &autoconn), ESP_ERR_NVS_NOT_FOUND); 1016 TEST_ESP_ERR(nvs_get_u8(net80211_handle, "bssid.set", &bssid_set), ESP_ERR_NVS_NOT_FOUND); 1026 TEST_ESP_ERR(nvs_get_u8(net80211_handle, "sta.phym", &phym), ESP_ERR_NVS_NOT_FOUND); 1030 TEST_ESP_ERR(nvs_get_u8(net80211_handle, "sta.phybw", &phybw), ESP_ERR_NVS_NOT_FOUND); 1066 TEST_ESP_ERR(nvs_get_u8(net80211_handle, "ap.chan", &chan), ESP_ERR_NVS_NOT_FOUND); 1070 TEST_ESP_ERR(nvs_get_u8(net80211_handle, "ap.authmode", &authmode), ESP_ERR_NVS_NOT_FOUND); [all …]
|
/hal_espressif-3.6.0/components/nvs_flash/include/ |
D | nvs.h | 340 esp_err_t nvs_get_u8 (nvs_handle_t handle, const char* key, uint8_t* out_value);
|
/hal_espressif-3.6.0/examples/protocols/mqtt/ssl_ds/main/ |
D | app_main.c | 131 esp_ret = nvs_get_u8(esp_ds_nvs_handle, NVS_EFUSE_KEY_ID, &ds_data_ctx->efuse_key_id); in esp_read_ds_data_from_nvs()
|
/hal_espressif-3.6.0/zephyr/esp32/src/wifi/ |
D | esp_wifi_adapter.c | 561 int32_t nvs_get_u8(uint32_t handle, const char *key, uint8_t *out_value) in nvs_get_u8() function 865 ._nvs_get_u8 = nvs_get_u8,
|
/hal_espressif-3.6.0/zephyr/esp32s2/src/wifi/ |
D | esp_wifi_adapter.c | 568 int32_t nvs_get_u8(uint32_t handle, const char *key, uint8_t *out_value) in nvs_get_u8() function 870 ._nvs_get_u8 = nvs_get_u8,
|
/hal_espressif-3.6.0/zephyr/esp32s3/src/wifi/ |
D | esp_wifi_adapter.c | 585 int32_t nvs_get_u8(uint32_t handle, const char *key, uint8_t *out_value) in nvs_get_u8() function 891 ._nvs_get_u8 = nvs_get_u8,
|
/hal_espressif-3.6.0/zephyr/esp32c3/src/wifi/ |
D | esp_wifi_adapter.c | 633 int32_t nvs_get_u8(uint32_t handle, const char *key, uint8_t *out_value) in nvs_get_u8() function 979 ._nvs_get_u8 = nvs_get_u8,
|
/hal_espressif-3.6.0/components/nvs_flash/test/ |
D | test_nvs.c | 490 TEST_ESP_OK( nvs_get_u8(handle, "dummyU8Key", &u8v));
|
/hal_espressif-3.6.0/components/esp_wifi/esp32/ |
D | esp_adapter.c | 738 ._nvs_get_u8 = nvs_get_u8,
|
/hal_espressif-3.6.0/components/esp_wifi/esp32c3/ |
D | esp_adapter.c | 719 ._nvs_get_u8 = nvs_get_u8,
|
/hal_espressif-3.6.0/components/esp_wifi/esp32s2/ |
D | esp_adapter.c | 730 ._nvs_get_u8 = nvs_get_u8,
|
/hal_espressif-3.6.0/components/esp_wifi/esp32s3/ |
D | esp_adapter.c | 755 ._nvs_get_u8 = nvs_get_u8,
|
/hal_espressif-3.6.0/examples/system/console/advanced/components/cmd_nvs/ |
D | cmd_nvs.c | 277 err = nvs_get_u8(nvs, key, &value); in get_value_from_nvs()
|
/hal_espressif-3.6.0/components/nvs_flash/src/ |
D | nvs_api.cpp | 454 extern "C" esp_err_t nvs_get_u8 (nvs_handle_t c_handle, const char* key, uint8_t* out_value) in nvs_get_u8() function
|
/hal_espressif-3.6.0/tools/test_idf_size/ |
D | app.map | 15803 .literal.nvs_get_u8 15918 .text.nvs_get_u8
|
D | overflow.map | 40717 .literal.nvs_get_u8 45822 .text.nvs_get_u8 45825 0x00000000400e3704 nvs_get_u8 74334 nvs_get_u8 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj)
|
D | overflow_esp32s2.map | 41519 .literal.nvs_get_u8 46805 .text.nvs_get_u8 46808 0x0000000040093b18 nvs_get_u8 75484 nvs_get_u8 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj)
|
D | overflow_esp32s3.map | 53096 .literal.nvs_get_u8 57905 .text.nvs_get_u8 57908 0x0000000042013b90 nvs_get_u8 91211 nvs_get_u8 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj)
|
D | overflow_esp32c3.map | 35470 .text.nvs_get_u8 35472 0x000000004200aace nvs_get_u8 70723 nvs_get_u8 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj)
|