Module i2c

Module i2c 

Source
Expand description

Device wrappers for Zephyr I2C controllers and targets.

Structs§

I2c
A Zephyr I2C controller device.
I2cTarget
A registered I2C target.
I2cTargetData
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§

I2cTargetCallbacks
Trait for I2C target callbacks.