-
CONFIG_CANOPEN_STORAGE_HANDLER_ERASES_EEPROM
¶
Erase CANopen object dictionary EEPROM entries in storage handler
Type: bool
Help¶
Erase CANopen object dictionary EEPROM entries upon write to object dictionary index 0x1011 subindex 1.
Defaults¶
No defaults. Implicitly defaults to n
.
Kconfig definition¶
At subsys/canbus/canopen/Kconfig:60
Included via Kconfig:8
→ Kconfig.zephyr:34
→ subsys/Kconfig:11
→ subsys/canbus/Kconfig:8
Menu path: (Top) → Sub Systems and OS Services → Controller Area Network (CAN) bus subsystem → CANopen protocol support → CANopen object dictionary storage
config CANOPEN_STORAGE_HANDLER_ERASES_EEPROM bool "Erase CANopen object dictionary EEPROM entries in storage handler" depends onCANOPEN_STORAGE
&&CANOPEN
help Erase CANopen object dictionary EEPROM entries upon write to object dictionary index 0x1011 subindex 1.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)