Home
last modified time | relevance | path

Searched refs:CO_OD_FIRST_LAST_WORD (Results 1 – 3 of 3) sorted by relevance

/Zephyr-Core-3.7.0/modules/canopennode/
Dcanopen_storage.c143 if ((eeprom.FirstWord == CO_OD_FIRST_LAST_WORD) && in canopen_settings_set()
144 (eeprom.LastWord == CO_OD_FIRST_LAST_WORD)) { 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()
/Zephyr-Core-3.7.0/samples/modules/canopennode/objdict/
DCO_OD.c28 CO_OD_FIRST_LAST_WORD,
64 CO_OD_FIRST_LAST_WORD,
70 CO_OD_FIRST_LAST_WORD,
84 CO_OD_FIRST_LAST_WORD,
90 CO_OD_FIRST_LAST_WORD,
94 CO_OD_FIRST_LAST_WORD,
DCO_OD.h481 #define CO_OD_FIRST_LAST_WORD 0x55 /* Any value from 0x01 to 0xFE. If changed, EEPROM will be … macro