-
CONFIG_I2C_ESP32_TIMEOUT
¶
I2C timeout to receive a data bit in APB clock cycles
Type: int
Default¶
200000
Kconfig definition¶
At <Zephyr>/drivers/i2c/Kconfig.esp32:21
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:32
→ <Zephyr>/drivers/Kconfig:40
→ <Zephyr>/drivers/i2c/Kconfig:29
Menu path: (Top) → Device Drivers → I2C Drivers → ESP32 I2C
config I2C_ESP32_TIMEOUT
int "I2C timeout to receive a data bit in APB clock cycles"
default 200000
depends on I2C_ESP32 && I2C
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)