Home
last modified time | relevance | path

Searched defs:emit_stop (Results 1 – 2 of 2) sorted by relevance

/Zephyr-latest/drivers/i3c/
Di3c_mcux.c1004 bool is_read, bool emit_start, bool emit_stop, in mcux_i3c_do_one_xfer()
1109 bool emit_stop = (msgs[i].flags & I3C_MSG_STOP) == I3C_MSG_STOP; in mcux_i3c_transfer() local
2053 bool emit_stop = (msgs[i].flags & I2C_MSG_STOP) == I2C_MSG_STOP; in mcux_i3c_i2c_api_transfer() local
Di3c_npcx.c943 bool is_read, bool emit_start, bool emit_stop, uint8_t hdr_cmd) in npcx_i3c_do_one_xfer_dma()
1039 bool is_read, bool emit_start, bool emit_stop, bool no_ending) in npcx_i3c_do_one_xfer()
1172 bool emit_stop = (msgs[i].flags & I3C_MSG_STOP) == I3C_MSG_STOP; in npcx_i3c_transfer() local