:orphan: .. title:: I2C_ESP32_TIMEOUT .. option:: CONFIG_I2C_ESP32_TIMEOUT *I2C timeout to receive a data bit in APB clock cycles* Type: ``int`` Direct dependencies =================== \ :option:`I2C_ESP32 ` && \ :option:`I2C ` *(Includes any dependencies from ifs and menus.)* Default ======= - 200000 Kconfig definition ================== .. highlight:: kconfig At ``drivers/i2c/Kconfig.esp32:21`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``drivers/Kconfig:40`` → ``drivers/i2c/Kconfig:29`` Menu path: (Top) → Device Drivers → I2C Drivers → ESP32 I2C .. parsed-literal:: config I2C_ESP32_TIMEOUT int "I2C timeout to receive a data bit in APB clock cycles" default 200000 depends on \ :option:`I2C_ESP32 ` && \ :option:`I2C ` *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*