Home
last modified time | relevance | path

Searched refs:i3c_device_is_controller_capable (Results 1 – 2 of 2) sorted by relevance

/Zephyr-latest/include/zephyr/drivers/
Di3c.h1797 static inline int i3c_device_is_controller_capable(struct i3c_device_desc *target) in i3c_device_is_controller_capable() function
/Zephyr-latest/drivers/i3c/
Di3c_common.c635 if (i3c_device_is_controller_capable(i3c_desc)) { in i3c_bus_has_sec_controller()