Home
last modified time | relevance | path

Searched refs:I3C_MSG_RW_MASK (Results 1 – 5 of 5) sorted by relevance

/Zephyr-latest/include/zephyr/drivers/
Di3c.h393 #define I3C_MSG_RW_MASK BIT(0) macro
/Zephyr-latest/drivers/i3c/
Di3c_mcux.c1099 bool is_read = (msgs[i].flags & I3C_MSG_RW_MASK) == I3C_MSG_READ; in mcux_i3c_transfer()
1121 (msgs[i + 1].flags & I3C_MSG_RW_MASK) == I3C_MSG_WRITE; in mcux_i3c_transfer()
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_npcx.c1160 bool is_read = (msgs[i].flags & I3C_MSG_RW_MASK) == I3C_MSG_READ; in npcx_i3c_transfer()
1183 bool next_is_write = (msgs[i + 1].flags & I3C_MSG_RW_MASK) == I3C_MSG_WRITE; in npcx_i3c_transfer()