Home
last modified time | relevance | path

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

/Zephyr-Core-3.7.0/include/zephyr/drivers/
Di3c.h407 #define I3C_MSG_RESTART BIT(2) macro
1849 msg[1].flags = I3C_MSG_RESTART | I3C_MSG_READ | I3C_MSG_STOP; in i3c_write_read()
/Zephyr-Core-3.7.0/drivers/i3c/
Di3c_mcux.c1126 ((msgs[i].flags & I3C_MSG_RESTART) == I3C_MSG_RESTART); in mcux_i3c_transfer()
1142 ((msgs[i + 1].flags & I3C_MSG_RESTART) == I3C_MSG_RESTART); in mcux_i3c_transfer()
Di3c_npcx.c1012 (i == 0) || ((msgs[i].flags & I3C_MSG_RESTART) == I3C_MSG_RESTART); in npcx_i3c_transfer()
1027 ((msgs[i + 1].flags & I3C_MSG_RESTART) == I3C_MSG_RESTART); in npcx_i3c_transfer()