-
CONFIG_I2C_1_NRF_TWI
¶
(No prompt – not directly user assignable.)
Type: bool
Help¶
Enable nRF TWI Master without EasyDMA on port 1.
Default¶
n
Kconfig definition¶
At <Zephyr>/drivers/i2c/Kconfig.nrfx:33
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:32
→ <Zephyr>/drivers/Kconfig:40
→ <Zephyr>/drivers/i2c/Kconfig:33
Menu path: (Top) → Device Drivers → I2C Drivers → nRF TWI nrfx drivers
config I2C_1_NRF_TWI bool default n selectNRFX_TWI1
depends onI2C_NRFX
&&I2C
help Enable nRF TWI Master without EasyDMA on port 1.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)