The latest development version of this page may be more current than this released 1.14.0 version.
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

Direct dependencies

SPI_NOR && FLASH

(Includes any dependencies from if’s and menus.)

Defaults

Kconfig definition

At drivers/flash/Kconfig.nor:23

Included via Kconfig:10Kconfig.zephyr:35drivers/Kconfig:60drivers/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" if SPI_NOR && FLASH
    default 0 if SPI_NOR && FLASH
    depends on SPI_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.)