The latest development version of this page may be more current than this released 2.7.5 version.

CONFIG_EEPROM_SIMULATOR_MIN_WRITE_TIME_US

Minimum write time (µS)

Type: int

Direct dependencies

EEPROM_SIMULATOR_SIMULATE_TIMING && EEPROM

(Includes any dependencies from ifs and menus.)

Default

  • 100

Kconfig definition

At drivers/eeprom/Kconfig:82

Included via Kconfig:8Kconfig.zephyr:42drivers/Kconfig:100

Menu path: (Top) → Device Drivers → EEPROM hardware support → Simulated EEPROM driver → Enable hardware timing simulation

config EEPROM_SIMULATOR_MIN_WRITE_TIME_US
    int "Minimum write time (µS)"
    range 1 1000000
    default 100
    depends on EEPROM_SIMULATOR_SIMULATE_TIMING && EEPROM

(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)