Zephyr Project API
3.3.0
A Scalable Open Source RTOS
|
Public APIs for the I2C emulation drivers. More...
#include <zephyr/device.h>
#include <zephyr/drivers/emul.h>
#include <zephyr/sys/slist.h>
#include <zephyr/types.h>
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.