Home
last modified time | relevance | path

Searched refs:nvs_get_u32 (Results 1 – 14 of 14) sorted by relevance

/hal_espressif-3.6.0/components/lwip/port/esp32/netif/
Ddhcp_state.c42 if (nvs_get_u32(nvs, esp_netif_get_ifkey(esp_netif), ip_addr) == ESP_OK) { in dhcp_ip_addr_restore()
/hal_espressif-3.6.0/examples/system/ulp_fsm/ulp/main/
Dulp_example_main.c104 esp_err_t err = nvs_get_u32(handle, count_key, &pulse_count); in update_pulse_count()
/hal_espressif-3.6.0/components/nvs_flash/include/
Dnvs.h368 esp_err_t nvs_get_u32 (nvs_handle_t handle, const char* key, uint32_t* out_value);
/hal_espressif-3.6.0/components/nvs_flash/test/
Dtest_nvs.c499 TEST_ESP_OK( nvs_get_u32(handle, "dummyU32Key", &u32v));
/hal_espressif-3.6.0/examples/system/console/advanced/components/cmd_nvs/
Dcmd_nvs.c299 if ((err = nvs_get_u32(nvs, key, &value)) == ESP_OK) { in get_value_from_nvs()
/hal_espressif-3.6.0/components/esp_wifi/src/
Dphy_init.c515 err = nvs_get_u32(handle, PHY_CAL_VERSION_KEY, &cal_data_version); in load_cal_data_from_nvs_handle()
/hal_espressif-3.6.0/components/esp_phy/src/
Dphy_init.c540 err = nvs_get_u32(handle, PHY_CAL_VERSION_KEY, &cal_data_version); in load_cal_data_from_nvs_handle()
/hal_espressif-3.6.0/components/nvs_flash/src/
Dnvs_api.cpp474 extern "C" esp_err_t nvs_get_u32 (nvs_handle_t c_handle, const char* key, uint32_t* out_value) in nvs_get_u32() function
/hal_espressif-3.6.0/components/nvs_flash/test_nvs_host/
Dtest_nvs.cpp2593 TEST_ESP_OK( nvs_get_u32(handle, "dummyU32Key", &u32v)); in check_nvs_part_gen_args()
/hal_espressif-3.6.0/tools/test_idf_size/
Dapp.map15811 .literal.nvs_get_u32
15926 .text.nvs_get_u32
Doverflow.map40741 .literal.nvs_get_u32
45854 .text.nvs_get_u32
45857 0x00000000400e3834 nvs_get_u32
74329 nvs_get_u32 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj)
Doverflow_esp32s2.map41543 .literal.nvs_get_u32
46837 .text.nvs_get_u32
46840 0x0000000040093c48 nvs_get_u32
75479 nvs_get_u32 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj)
Doverflow_esp32s3.map53108 .literal.nvs_get_u32
57921 .text.nvs_get_u32
57924 0x0000000042013c30 nvs_get_u32
91208 nvs_get_u32 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj)
Doverflow_esp32c3.map35486 .text.nvs_get_u32
35488 0x000000004200abe2 nvs_get_u32
70720 nvs_get_u32 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj)