Searched refs:ESP_ERR_NVS_INVALID_LENGTH (Results 1 – 8 of 8) sorted by relevance
/hal_espressif-3.6.0/zephyr/esp32/include/ |
D | esp_nvs_adapter.h | 20 #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/ |
D | esp_nvs_adapter.h | 20 #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/ |
D | esp_err_to_name.c | 169 # 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/ |
D | nvs.h | 41 #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/ |
D | nvs_api.cpp | 506 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()
|
D | nvs_page.cpp | 290 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/ |
D | test_nvs.c | 425 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/ |
D | test_nvs.cpp | 693 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));
|