-
CONFIG_I2C_SS_SDA_HOLD
¶
(No prompt – not directly user assignable.)
Type: int
Help¶
The hold time on the data signal after a negative edge of i2c clock. The unit is i2c module base clock.
Direct dependencies¶
(I2C_QMSI_SS
&& I2C
&& SOC_QUARK_SE_C1000_SS
) || (I2C_QMSI_SS
&& I2C
)
(Includes any dependencies from if’s and menus.)
Defaults¶
- 10 if
I2C_QMSI_SS
&&I2C
&&SOC_QUARK_SE_C1000_SS
Kconfig definitions¶
At arch/arc/soc/quark_se_c1000_ss/Kconfig.defconfig:121
Included via Kconfig:10
→ Kconfig.zephyr:20
Menu path: (top menu)
config I2C_SS_SDA_HOLD int default 10 ifI2C_QMSI_SS
&&I2C
&&SOC_QUARK_SE_C1000_SS
depends onI2C_QMSI_SS
&&I2C
&&SOC_QUARK_SE_C1000_SS
At drivers/i2c/Kconfig.qmsi:56
Included via Kconfig:10
→ Kconfig.zephyr:29
→ drivers/Kconfig:40
→ drivers/i2c/Kconfig:26
Menu path: (top menu) → Device Drivers → I2C Drivers → QMSI I2C driver for the Sensor Subsystem
config I2C_SS_SDA_HOLD int depends onI2C_QMSI_SS
&&I2C
help The hold time on the data signal after a negative edge of i2c clock. The unit is i2c module base clock.
(Definitions include propagated dependencies, including from if’s and menus.)