-
CONFIG_SPI_ESP32_INTERRUPT
¶
ESP32 SPI interrupt mode
Type: bool
Help¶
Enables interrupt support for ESP32 SPI driver.
Defaults¶
No defaults. Implicitly defaults to n
.
Kconfig definition¶
At <Zephyr>/drivers/spi/Kconfig.esp32:15
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:32
→ <Zephyr>/drivers/Kconfig:38
→ <Zephyr>/drivers/spi/Kconfig:72
Menu path: (Top) → Device Drivers → SPI hardware bus support → ESP32 SPI Master driver
config SPI_ESP32_INTERRUPT
bool "ESP32 SPI interrupt mode"
depends on ESP32_SPIM && SPI
help
Enables interrupt support for ESP32 SPI driver.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)