Lines Matching +full:one +full:- +full:wire
6 a protocol developed by Philips. It is a two-wire protocol with variable
12 e.g. TWI (Two Wire Interface), IIC.
14 The latest official I2C specification is the `"I²C-bus specification and user
15 manual" (UM10204) <https://www.nxp.com/docs/en/user-guide/UM10204.pdf>`_
34 The I2C bus connects one or more controller chips and one or more target chips.
36 .. kernel-figure:: i2c_bus.svg
37 :alt: Simple I2C bus with one controller and 3 targets
59 video-related chips.
61 For the example configuration in the figure above, you will need one driver for
62 the I2C controller, and drivers for your I2C targets. Usually one driver for
66 --------
75 --------------------
82 target. Work to replace the old terminology in the Linux Kernel is on-going.