-
CONFIG_I2C_GPIO_2_SCL_PIN
¶
Bit Bang I2C device 2 GPIO pin number for SCL
Type: int
Help¶
This is the GPIO pin number for the I2S SCL line
Defaults¶
No defaults. Implicitly defaults to the empty string.
Kconfig definition¶
At drivers/i2c/Kconfig.gpio:103
Included via Kconfig:8
→ Kconfig.zephyr:40
→ drivers/Kconfig:36
→ drivers/i2c/Kconfig:32
Menu path: (Top) → Device Drivers → I2C Drivers → GPIO bit banging I2C support → Enable GPIO Bit Bang I2C device 2
config I2C_GPIO_2_SCL_PIN int "Bit Bang I2C device 2 GPIO pin number for SCL" depends onI2C_GPIO_2
&&I2C
help This is the GPIO pin number for the I2S SCL line
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)