I2C Backend Implementation¶
Backend implementation interface for I2C drivers. More...
Classes¶
| Name | |
|---|---|
| struct | CFBD_I2COperations Function table that a backend must implement to drive an I2C bus. |
Detailed Description¶
Backend implementation interface for I2C drivers.
Device-specific implementations must provide a CFBD_I2COperations table and initialize CFBD_I2CHandle with appropriate values.
Updated on 2026-02-03 at 13:21:55 +0000