Lines Matching full:eeprom
106 LOG_DBG("no object dictionary EEPROM entries to delete"); in canopen_odf_1011()
108 LOG_ERR("failed to delete object dictionary EEPROM entries" in canopen_odf_1011()
114 LOG_DBG("deleted object dictionary EEPROM entries"); in canopen_odf_1011()
134 if (!strncmp(key, "eeprom", nlen)) { in canopen_settings_set()
135 struct sCO_OD_EEPROM eeprom; in canopen_settings_set() local
137 len = read_cb(cb_arg, &eeprom, sizeof(eeprom)); in canopen_settings_set()
139 LOG_ERR("failed to restore object dictionary EEPROM" in canopen_settings_set()
143 if ((eeprom.FirstWord == CO_OD_FIRST_LAST_WORD) && in canopen_settings_set()
144 (eeprom.LastWord == CO_OD_FIRST_LAST_WORD)) { in canopen_settings_set()
145 memcpy(&CO_OD_EEPROM, &eeprom, in canopen_settings_set()
147 LOG_DBG("restored object dictionary EEPROM" in canopen_settings_set()
150 LOG_WRN("object dictionary EEPROM entries" in canopen_settings_set()
213 ret = settings_save_one("canopen/eeprom", &CO_OD_EEPROM, in canopen_storage_save()
227 ret = settings_delete("canopen/eeprom"); in canopen_storage_erase()