Home
last modified time | relevance | path

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

/Zephyr-Core-3.6.0/include/zephyr/drivers/
Di3c.h408 #define I3C_MSG_RESTART BIT(2) macro
1834 msg[1].flags = I3C_MSG_RESTART | I3C_MSG_READ | I3C_MSG_STOP; in i3c_write_read()
/Zephyr-Core-3.6.0/drivers/i3c/
Di3c_mcux.c1089 ((msgs[i].flags & I3C_MSG_RESTART) == I3C_MSG_RESTART); in mcux_i3c_transfer()
1105 ((msgs[i + 1].flags & I3C_MSG_RESTART) == I3C_MSG_RESTART); in mcux_i3c_transfer()