Zephyr Project API
3.2.0
A Scalable Open Source RTOS
|
Public APIs for the I2C emulation drivers. More...
Go to the source code of this file.
Data Structures | |
struct | i2c_emul |
struct | i2c_emul_api |
Typedefs | |
typedef int(* | i2c_emul_transfer_t) (const struct emul *target, struct i2c_msg *msgs, int num_msgs, int addr) |
Functions | |
int | i2c_emul_register (const struct device *dev, struct i2c_emul *emul) |
Public APIs for the I2C emulation drivers.