Lines Matching full:i3c
29 #if DT_ANY_INST_ON_BUS_STATUS_OKAY(i3c)
30 #include <zephyr/drivers/i3c.h>
31 #endif /* DT_ANY_INST_ON_BUS_STATUS_OKAY(i3c) */
33 #if DT_ANY_INST_ON_BUS_STATUS_OKAY(i3c)
34 #define ON_I3C_BUS(cfg) (cfg->i3c.bus != NULL)
62 #if DT_ANY_INST_ON_BUS_STATUS_OKAY(i3c)
63 struct i3c_device_desc **i3c; member
86 #if DT_ANY_INST_ON_BUS_STATUS_OKAY(i3c)
89 #endif /* DT_ANY_INST_ON_BUS_STATUS_OKAY(i3c) */
92 #if DT_ANY_INST_ON_BUS_STATUS_OKAY(i3c)
96 } i3c; member
162 uint8_t bus_type : 2; /* I2C is 0, SPI is 1, I3C is 2 */
187 #if DT_ANY_INST_ON_BUS_STATUS_OKAY(i3c)