Home
last modified time | relevance | path

Searched refs:ESP_ERR_NVS_INVALID_LENGTH (Results 1 – 8 of 8) sorted by relevance

/hal_espressif-3.6.0/zephyr/esp32/include/
Desp_nvs_adapter.h20 #define ESP_ERR_NVS_INVALID_LENGTH (ESP_ERR_NVS_BASE + 0x0c) /*!< String or blob length i… macro
/hal_espressif-3.6.0/zephyr/esp32s3/include/
Desp_nvs_adapter.h20 #define ESP_ERR_NVS_INVALID_LENGTH (ESP_ERR_NVS_BASE + 0x0c) /*!< String or blob length i… macro
/hal_espressif-3.6.0/components/esp_common/src/
Desp_err_to_name.c169 # ifdef ESP_ERR_NVS_INVALID_LENGTH
170 …ERR_TBL_IT(ESP_ERR_NVS_INVALID_LENGTH), /* 4364 0x110c String or blob length …
/hal_espressif-3.6.0/components/nvs_flash/include/
Dnvs.h41 #define ESP_ERR_NVS_INVALID_LENGTH (ESP_ERR_NVS_BASE + 0x0c) /*!< String or blob length i… macro
/hal_espressif-3.6.0/components/nvs_flash/src/
Dnvs_api.cpp506 return ESP_ERR_NVS_INVALID_LENGTH; in nvs_get_str_or_blob()
512 return ESP_ERR_NVS_INVALID_LENGTH; in nvs_get_str_or_blob()
Dnvs_page.cpp290 return ESP_ERR_NVS_INVALID_LENGTH; in readItem()
343 return ESP_ERR_NVS_INVALID_LENGTH; in cmpItem()
/hal_espressif-3.6.0/components/nvs_flash/test/
Dtest_nvs.c425 TEST_ESP_ERR(ESP_ERR_NVS_INVALID_LENGTH, nvs_get_str(handle_2, "key", buf, &buf_len_short));
/hal_espressif-3.6.0/components/nvs_flash/test_nvs_host/
Dtest_nvs.cpp693 TEST_ESP_ERR(ESP_ERR_NVS_INVALID_LENGTH, nvs_get_str(handle_2, "key", buf, &buf_len_short));
3027 TEST_ESP_ERR(ESP_ERR_NVS_INVALID_LENGTH, nvs_get_str(handle_2, "key", buf, &buf_len_short));