-
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
Kconfig definition¶
At drivers/flash/Kconfig.nor:23
Included via Kconfig:10
→ Kconfig.zephyr:35
→ drivers/Kconfig:60
→ drivers/flash/Kconfig:56
Menu path: (top menu) → Device Drivers → Flash hardware support → SPI NOR Flash
config SPI_NOR_CS_WAIT_DELAY int prompt "Delay time in us" ifSPI_NOR
&&FLASH
default 0 ifSPI_NOR
&&FLASH
depends onSPI_NOR
&&FLASH
help This is the wait delay (in us) to allow for CS switching to take effect
(Definitions include propagated dependencies, including from if’s and menus.)