Home
last modified time | relevance | path

Searched refs:I3C_MSG_WRITE (Results 1 – 5 of 5) 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()
110 msg[0].flags = I3C_MSG_WRITE | I3C_MSG_HDR; in i3c_hdr_ddr_write_read()
/Zephyr-latest/drivers/i3c/
Di3c_rtio_default.c41 I3C_MSG_WRITE; in i3c_msg_from_tx()
55 I3C_MSG_WRITE; in i3c_msg_from_tiny_tx()
Di3c_mcux.c1121 (msgs[i + 1].flags & I3C_MSG_RW_MASK) == I3C_MSG_WRITE; in mcux_i3c_transfer()
Di3c_npcx.c1183 bool next_is_write = (msgs[i + 1].flags & I3C_MSG_RW_MASK) == I3C_MSG_WRITE; in npcx_i3c_transfer()
/Zephyr-latest/include/zephyr/drivers/
Di3c.h387 #define I3C_MSG_WRITE (0U << 0U) macro
1830 msg.flags = I3C_MSG_WRITE | I3C_MSG_STOP; in i3c_write()
1889 msg[0].flags = I3C_MSG_WRITE; in i3c_write_read()
1958 msg[0].flags = I3C_MSG_WRITE; in i3c_burst_write()
1964 msg[1].flags = I3C_MSG_WRITE | I3C_MSG_STOP; in i3c_burst_write()