Home
last modified time | relevance | path

Searched refs:I3C_MSG_READ (Results 1 – 10 of 10) sorted by relevance

/Zephyr-latest/include/zephyr/drivers/i3c/
Dhdr_ddr.h116 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_handlers.c55 copy[i].flags & I3C_MSG_READ)); in copy_i3c_msgs_and_transfer()
Di3c_rtio_default.c27 I3C_MSG_READ; in i3c_msg_from_rx()
Di3c_rtio.c37 if (msgs[i].flags & I3C_MSG_READ) { in i3c_rtio_copy()
Di3c_common.c28 msg->flags & I3C_MSG_READ ? 'R' : 'W', msg->len); in i3c_dump_msgs()
29 if (!(msg->flags & I3C_MSG_READ)) { in i3c_dump_msgs()
Di3c_stm32.c280 return (((curr_msg->i3c_msg_ctrl_ptr->flags & I3C_MSG_RW_MASK) == I3C_MSG_READ) in i3c_stm32_curr_msg_control_get_dir()
402 return ((curr_msg->i3c_msg_ptr->flags & I3C_MSG_RW_MASK) == I3C_MSG_READ); in i3c_stm32_curr_msg_xfer_is_read()
Di3c_cdns.c2168 if ((msgs[i].flags & I3C_MSG_RW_MASK) == I3C_MSG_READ) { in cdns_i3c_transfer()
2208 if ((msgs[i].flags & I3C_MSG_RW_MASK) == I3C_MSG_READ) { in cdns_i3c_transfer()
2252 if ((msgs[i].flags & I3C_MSG_RW_MASK) == I3C_MSG_READ) { in cdns_i3c_transfer()
Di3c_mcux.c1099 bool is_read = (msgs[i].flags & I3C_MSG_RW_MASK) == I3C_MSG_READ; in mcux_i3c_transfer()
Di3c_npcx.c1160 bool is_read = (msgs[i].flags & I3C_MSG_RW_MASK) == I3C_MSG_READ; in npcx_i3c_transfer()
/Zephyr-latest/include/zephyr/drivers/
Di3c.h390 #define I3C_MSG_READ BIT(0) macro
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()