:orphan: .. title:: I2C_0_NRF_TWIM .. option:: CONFIG_I2C_0_NRF_TWIM *nRF TWIM 0* Type: ``bool`` Help ==== Enable nRF TWI Master with EasyDMA on port 0. This peripheral accepts transfers from RAM only, if provided buffer is placed in flash, transfer will fail. Direct dependencies =================== \ :option:`HAS_HW_NRF_TWIM0 ` && \ :ref:` ` *(Includes any dependencies from if's and menus.)* Symbols selected by this symbol =============================== - \ :option:`NRFX_TWIM ` if \ :option:`HAS_HW_NRF_TWIM0 ` && \ :ref:` ` Kconfig definition ================== .. highlight:: kconfig At ``drivers/i2c/Kconfig.nrfx:38`` Included via ``Kconfig:10`` → ``Kconfig.zephyr:35`` → ``drivers/Kconfig:40`` → ``drivers/i2c/Kconfig:25`` Menu path: (top menu) → Device Drivers → I2C Drivers → nRF TWI nrfx drivers → I2C Port 0 Driver type .. parsed-literal:: config I2C_0_NRF_TWIM bool prompt "nRF TWIM 0" if \ :option:`HAS_HW_NRF_TWIM0 ` && \ :ref:` ` select \ :option:`NRFX_TWIM ` if \ :option:`HAS_HW_NRF_TWIM0 ` && \ :ref:` ` depends on \ :option:`HAS_HW_NRF_TWIM0 ` && \ :ref:` ` help Enable nRF TWI Master with EasyDMA on port 0. This peripheral accepts transfers from RAM only, if provided buffer is placed in flash, transfer will fail. *(Definitions include propagated dependencies, including from if's and menus.)*