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 <Zephyr>/drivers/eeprom/Kconfig:81

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:32<Zephyr>/drivers/Kconfig:98

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.)