-
CONFIG_SPI_FLASH_W25QXXDV_GPIO_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
Direct dependencies¶
SPI_FLASH_W25QXXDV_GPIO_SPI_CS
&& SPI_FLASH_W25QXXDV
&& FLASH
(Includes any dependencies from ifs and menus.)
Default¶
0
Kconfig definition¶
At drivers/flash/Kconfig.w25qxxdv:29
Included via Kconfig:8
→ Kconfig.zephyr:40
→ drivers/Kconfig:54
→ drivers/flash/Kconfig:61
Menu path: (Top) → Device Drivers → Flash hardware support → SPI NOR Flash Winbond W25QXXDV → Manage SPI CS through a GPIO pin
config SPI_FLASH_W25QXXDV_GPIO_CS_WAIT_DELAY int "Delay time in us" default 0 depends onSPI_FLASH_W25QXXDV_GPIO_SPI_CS
&&SPI_FLASH_W25QXXDV
&&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.)