Lines Matching full:rom
54 LOG_ERR("failed to save object dictionary ROM entries (err %d)", in canopen_odf_1010()
60 LOG_DBG("saved object dictionary ROM entries"); in canopen_odf_1010()
92 LOG_DBG("no object dictionary ROM entries to delete"); in canopen_odf_1011()
94 LOG_ERR("failed to delete object dictionary ROM entries" in canopen_odf_1011()
100 LOG_DBG("deleted object dictionary ROM entries"); in canopen_odf_1011()
157 } else if (!strncmp(key, "rom", nlen)) { in canopen_settings_set()
158 struct sCO_OD_ROM rom; in canopen_settings_set() local
160 len = read_cb(cb_arg, &rom, sizeof(rom)); in canopen_settings_set()
162 LOG_ERR("failed to restore object dictionary ROM" in canopen_settings_set()
166 if ((rom.FirstWord == CO_OD_FIRST_LAST_WORD) && in canopen_settings_set()
167 (rom.LastWord == CO_OD_FIRST_LAST_WORD)) { in canopen_settings_set()
168 memcpy(&CO_OD_ROM, &rom, sizeof(CO_OD_ROM)); in canopen_settings_set()
169 LOG_DBG("restored object dictionary ROM" in canopen_settings_set()
172 LOG_WRN("object dictionary ROM entries" in canopen_settings_set()
210 ret = settings_save_one("canopen/rom", &CO_OD_ROM, in canopen_storage_save()
225 ret = settings_delete("canopen/rom"); in canopen_storage_erase()