:orphan: .. title:: I2C_2_NRF_TWIM .. option:: CONFIG_I2C_2_NRF_TWIM *nRF TWIM 2* Type: ``bool`` Help ==== Enable nRF TWI Master with EasyDMA on port 2. This peripheral accepts transfers from RAM only, if provided buffer is placed in flash, transfer will fail. Direct dependencies =================== \ :option:`HAS_HW_NRF_TWIM2 ` && \ :ref:` ` *(Includes any dependencies from ifs and menus.)* Symbols selected by this symbol =============================== - \ :option:`NRFX_TWIM2 ` Kconfig definition ================== .. highlight:: kconfig At ``drivers/i2c/Kconfig.nrfx:89`` 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 2 Driver type .. parsed-literal:: config I2C_2_NRF_TWIM bool "nRF TWIM 2" select \ :option:`NRFX_TWIM2 ` depends on \ :option:`HAS_HW_NRF_TWIM2 ` && \ :ref:` ` help Enable nRF TWI Master with EasyDMA on port 2. This peripheral accepts transfers from RAM only, if provided buffer is placed in flash, transfer will fail. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*