Home
last modified time | relevance | path

Searched refs:I3C_MSG_STOP (Results 1 – 7 of 7) sorted by relevance

/Zephyr-latest/include/zephyr/drivers/i3c/
Dhdr_ddr.h48 msg.flags = I3C_MSG_WRITE | I3C_MSG_STOP | I3C_MSG_HDR; in i3c_hdr_ddr_write()
76 msg.flags = I3C_MSG_STOP | I3C_MSG_HDR; in i3c_hdr_ddr_read()
116 msg[1].flags = I3C_MSG_RESTART | I3C_MSG_READ | I3C_MSG_HDR | I3C_MSG_STOP; in i3c_hdr_ddr_write_read()
/Zephyr-latest/drivers/i3c/
Di3c_rtio_default.c23 ((iodev_sqe->sqe.iodev_flags & RTIO_IODEV_I3C_STOP) ? I3C_MSG_STOP : 0) | in i3c_msg_from_rx()
37 ((iodev_sqe->sqe.iodev_flags & RTIO_IODEV_I3C_STOP) ? I3C_MSG_STOP : 0) | in i3c_msg_from_tx()
51 ((iodev_sqe->sqe.iodev_flags & RTIO_IODEV_I3C_STOP) ? I3C_MSG_STOP : 0) | in i3c_msg_from_tiny_tx()
Di3c_rtio.c46 ((msgs[i].flags & I3C_MSG_STOP) ? RTIO_IODEV_I3C_STOP : 0) | in i3c_rtio_copy()
Di3c_mcux.c1109 bool emit_stop = (msgs[i].flags & I3C_MSG_STOP) == I3C_MSG_STOP; in mcux_i3c_transfer()
Di3c_npcx.c1172 bool emit_stop = (msgs[i].flags & I3C_MSG_STOP) == I3C_MSG_STOP; in npcx_i3c_transfer()
Di3c_cdns.c2229 if ((i < (num_msgs - 1)) && ((msgs[i].flags & I3C_MSG_STOP) == 0)) { in cdns_i3c_transfer()
/Zephyr-latest/include/zephyr/drivers/
Di3c.h397 #define I3C_MSG_STOP BIT(1) macro
1830 msg.flags = I3C_MSG_WRITE | I3C_MSG_STOP; in i3c_write()
1857 msg.flags = I3C_MSG_READ | I3C_MSG_STOP; in i3c_read()
1895 msg[1].flags = I3C_MSG_RESTART | I3C_MSG_READ | I3C_MSG_STOP; in i3c_write_read()
1964 msg[1].flags = I3C_MSG_WRITE | I3C_MSG_STOP; in i3c_burst_write()