CONFIG_SPI_COMPLETION_TIMEOUT_TOLERANCE¶
Completion timeout tolerance (ms)
Type: int
Help¶
The tolerance value in ms for the SPI completion timeout logic.
Default¶
- 200 
Kconfig definition¶
At <Zephyr Driver>/spi/Kconfig:34
Included via Kconfig:8 → Kconfig.zephyr:42 → <Zephyr Driver>/Kconfig:40
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.)