Home
last modified time | relevance | path

Searched defs:i3c_driver_api (Results 1 – 1 of 1) sorted by relevance

/Zephyr-Core-3.5.0/include/zephyr/drivers/
Di3c.h559 __subsystem struct i3c_driver_api { struct
567 struct i2c_driver_api i2c_api;
581 int (*configure)(const struct device *dev,
596 int (*config_get)(const struct device *dev,
610 int (*recover_bus)(const struct device *dev);
625 int (*attach_i3c_device)(const struct device *dev,
642 int (*reattach_i3c_device)(const struct device *dev,
658 int (*detach_i3c_device)(const struct device *dev,
673 int (*attach_i2c_device)(const struct device *dev,
688 int (*detach_i2c_device)(const struct device *dev,
[all …]