Bridle API 4.1.99
A Zephyr based application framework
Loading...
Searching...
No Matches
I²C Controller and Targets

Inter-Integrated Circuit Controller and Targets. More...

Modules

 SC18IM604 I2C Controller
 I2C controller part of an SC18IM604 bridge.
 

Detailed Description

Inter-Integrated Circuit Controller and Targets.

Since
3.7

An I²C (Inter-Integrated Circuit) device is a component that uses the I²C communication protocol to interact with other devices on an I²C bus. Devices on the bus can operate in two roles: as a "controller" that initiates transactions and controls the clock, or as a "target" that responds to transaction commands. A I²C controller on a given SoC will generally support the controller role, and some will also support the target mode. Zephyr has API for both roles.