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
(Includes any dependencies from ifs and menus.)
Default
200
Kconfig definition
At <Zephyr>/drivers/spi/Kconfig:44
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:42
→ <Zephyr>/drivers/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.)