Searched refs:ESP_ERR_NVS_KEY_TOO_LONG (Results 1 – 6 of 6) sorted by relevance
17 #define ESP_ERR_NVS_KEY_TOO_LONG (ESP_ERR_NVS_BASE + 0x09) /*!< Key name is too long */ macro
157 # ifdef ESP_ERR_NVS_KEY_TOO_LONG158 …ERR_TBL_IT(ESP_ERR_NVS_KEY_TOO_LONG), /* 4361 0x1109 Key name is too long */
38 #define ESP_ERR_NVS_KEY_TOO_LONG (ESP_ERR_NVS_BASE + 0x09) /*!< Key name is too long */ macro
188 return ESP_ERR_NVS_KEY_TOO_LONG; in writeItem()
252 TEST_ESP_ERR(page.writeItem(1, "0123456789123456", 1), ESP_ERR_NVS_KEY_TOO_LONG);