:orphan: .. title:: CANOPEN_STORAGE_HANDLER_ERASES_EEPROM .. option:: CONFIG_CANOPEN_STORAGE_HANDLER_ERASES_EEPROM *Erase CANopen object dictionary EEPROM entries in storage handler* Type: ``bool`` Help ==== .. code-block:: none Erase CANopen object dictionary EEPROM entries upon write to object dictionary index 0x1011 subindex 1. Direct dependencies =================== \ :option:`CANOPEN_STORAGE ` && \ :option:`CANOPEN ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Kconfig definition ================== At ``/canbus/canopen/Kconfig:60`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:34`` → ``/Kconfig:11`` → ``/canbus/Kconfig:8`` Menu path: (Top) → Sub Systems and OS Services → Controller Area Network (CAN) bus subsystem → CANopen protocol support → CANopen object dictionary storage .. code-block:: kconfig config CANOPEN_STORAGE_HANDLER_ERASES_EEPROM bool "Erase CANopen object dictionary EEPROM entries in storage handler" depends on CANOPEN_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.)*