CONFIG_SPI_COMPLETION_TIMEOUT_TOLERANCE

Completion timeout tolerance (ms)

Type: int

Help

The tolerance value in ms for the SPI completion timeout logic.

Direct dependencies

SPI

(Includes any dependencies from ifs and menus.)

Default

  • 200

Kconfig definition

At <Zephyr>/drivers/spi/Kconfig:34

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:40<Zephyr>/drivers/Kconfig:38

Menu path: (Top) → Device Drivers → SPI hardware bus support

config SPI_COMPLETION_TIMEOUT_TOLERANCE
    int "Completion timeout tolerance (ms)"
    default 200
    depends on SPI
    help
      The tolerance value in ms for the SPI completion timeout logic.

(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)