-
CONFIG_I2C_0_NRF_TWI
¶
nRF TWI 0
Type: bool
Help¶
Enable nRF TWI Master without EasyDMA on port 0.
Direct dependencies¶
HAS_HW_NRF_TWI0
&& <choice I2C_0_NRF_TYPE: I2C Port 0 Driver type>
(Includes any dependencies from ifs and menus.)
Kconfig definition¶
At drivers/i2c/Kconfig.nrfx:29
Included via Kconfig:8
→ Kconfig.zephyr:40
→ drivers/Kconfig:36
→ drivers/i2c/Kconfig:34
Menu path: (Top) → Device Drivers → I2C Drivers → nRF TWI nrfx drivers → I2C Port 0 Driver type
config I2C_0_NRF_TWI bool "nRF TWI 0" selectNRFX_TWI0
depends onHAS_HW_NRF_TWI0
&& <choice I2C_0_NRF_TYPE: I2C Port 0 Driver type> help Enable nRF TWI Master without EasyDMA on port 0.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)