The latest development version of this page may be more current than this released 1.14.0 version.
CONFIG_I2C_1_NRF_TWI

nRF TWI 1

Type: bool

Help

Enable nRF TWI Master without EasyDMA on port 1.

Direct dependencies

HAS_HW_NRF_TWI1 && <choice I2C_1_NRF_TYPE: I2C Port 1 Driver type>

(Includes any dependencies from if’s and menus.)

Kconfig definition

At drivers/i2c/Kconfig.nrfx:59

Included via Kconfig:10Kconfig.zephyr:35drivers/Kconfig:38drivers/i2c/Kconfig:25

Menu path: (top menu) → Device Drivers → I2C Drivers → nRF TWI nrfx drivers → I2C Port 1 Driver type

config I2C_1_NRF_TWI
    bool
    prompt "nRF TWI 1" if HAS_HW_NRF_TWI1 && <choice I2C_1_NRF_TYPE: I2C Port 1 Driver type>
    select NRFX_TWI if HAS_HW_NRF_TWI1 && <choice I2C_1_NRF_TYPE: I2C Port 1 Driver type>
    depends on HAS_HW_NRF_TWI1 && <choice I2C_1_NRF_TYPE: I2C Port 1 Driver type>
    help
      Enable nRF TWI Master without EasyDMA on port 1.

(Definitions include propagated dependencies, including from if’s and menus.)