-
CONFIG_SPI_NOR_CS_WAIT_DELAY
¶
Delay time in us
Type: int
Help¶
This is the wait delay (in us) to allow for CS switching to take effect
Default¶
0
Kconfig definition¶
At <Zephyr>/drivers/flash/Kconfig.nor:48
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:32
→ <Zephyr>/drivers/Kconfig:60
→ <Zephyr>/drivers/flash/Kconfig:71
Menu path: (Top) → Device Drivers → Flash hardware support → SPI NOR Flash
config SPI_NOR_CS_WAIT_DELAY int "Delay time in us" default 0 depends onSPI_NOR
&&FLASH
help This is the wait delay (in us) to allow for CS switching to take effect
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)