Searched refs:nvs_get_u32 (Results 1 – 14 of 14) sorted by relevance
/hal_espressif-3.6.0/components/lwip/port/esp32/netif/ |
D | dhcp_state.c | 42 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/ |
D | ulp_example_main.c | 104 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/ |
D | nvs.h | 368 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/ |
D | test_nvs.c | 499 TEST_ESP_OK( nvs_get_u32(handle, "dummyU32Key", &u32v));
|
/hal_espressif-3.6.0/examples/system/console/advanced/components/cmd_nvs/ |
D | cmd_nvs.c | 299 if ((err = nvs_get_u32(nvs, key, &value)) == ESP_OK) { in get_value_from_nvs()
|
/hal_espressif-3.6.0/components/esp_wifi/src/ |
D | phy_init.c | 515 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/ |
D | phy_init.c | 540 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/ |
D | nvs_api.cpp | 474 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/ |
D | test_nvs.cpp | 2593 TEST_ESP_OK( nvs_get_u32(handle, "dummyU32Key", &u32v)); in check_nvs_part_gen_args()
|
/hal_espressif-3.6.0/tools/test_idf_size/ |
D | app.map | 15811 .literal.nvs_get_u32 15926 .text.nvs_get_u32
|
D | overflow.map | 40741 .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)
|
D | overflow_esp32s2.map | 41543 .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)
|
D | overflow_esp32s3.map | 53108 .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)
|
D | overflow_esp32c3.map | 35486 .text.nvs_get_u32 35488 0x000000004200abe2 nvs_get_u32 70720 nvs_get_u32 esp-idf/nvs_flash/libnvs_flash.a(nvs_api.cpp.obj)
|