CONFIG_I2C_0_NRF_TWIM
(No prompt – not directly user assignable.)
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
(Includes any dependencies from ifs and menus.)
Default
n
Symbols selected by this symbol
Kconfig definition
At <Zephyr>/drivers/i2c/Kconfig.nrfx:25
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:42
→ <Zephyr>/drivers/Kconfig:42
→ <Zephyr>/drivers/i2c/Kconfig:40
Menu path: (Top) → Device Drivers → I2C Drivers → nRF TWI nrfx drivers
config I2C_0_NRF_TWIM
bool
default n
select NRFX_TWIM0
depends on I2C_NRFX && I2C
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.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)