Expand description
Device wrappers for Zephyr I2C controllers and targets.
Structs§
- I2c
- A Zephyr I2C controller device.
- I2cTarget
- A registered I2C target.
- I2cTarget
Data - Static storage for an I2C target device.
- i2c_
target_ callbacks - @brief Structure providing callbacks to be implemented for devices that supports the I2C target API.
- i2c_
target_ config - @cond INTERNAL_HIDDEN
Enums§
- Operation
- A single operation in a multi-stage I2C transaction.
Traits§
- I2cTarget
Callbacks - Trait for I2C target callbacks.