The latest development version of this page may be more current than this released 1.14.1 version.
CONFIG_I2C_ESP32_TIMEOUT

I2C timeout to receive a data bit in APB clock cycles

Type: int

Direct dependencies

I2C_ESP32 && I2C

(Includes any dependencies from if’s and menus.)

Defaults

Kconfig definition

At drivers/i2c/Kconfig.esp32:18

Included via Kconfig:10Kconfig.zephyr:35drivers/Kconfig:38drivers/i2c/Kconfig:22

Menu path: (top menu) → Device Drivers → I2C Drivers → ESP32 I2C

config I2C_ESP32_TIMEOUT
    int
    prompt "I2C timeout to receive a data bit in APB clock cycles" if I2C_ESP32 && I2C
    default 200000 if I2C_ESP32 && I2C
    depends on I2C_ESP32 && I2C

(Definitions include propagated dependencies, including from if’s and menus.)