CONFIG_FLASH_SIMULATOR_MIN_WRITE_TIME_US
Minimum write time (µS)
Type: int
Direct dependencies
FLASH_SIMULATOR_SIMULATE_TIMING
&& FLASH_SIMULATOR
&& FLASH
(Includes any dependencies from ifs and menus.)
Default
100
Kconfig definition
At <Zephyr>/drivers/flash/Kconfig.simulator:39
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:42
→ <Zephyr>/drivers/Kconfig:62
→ <Zephyr>/drivers/flash/Kconfig:89
Menu path: (Top) → Device Drivers → Flash hardware support → Flash simulator → Enable hardware timing simulation
config FLASH_SIMULATOR_MIN_WRITE_TIME_US
int "Minimum write time (µS)"
range 1 1000000
default 100
depends on FLASH_SIMULATOR_SIMULATE_TIMING && FLASH_SIMULATOR && FLASH
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)