Home
last modified time | relevance | path

Searched refs:I2C_MSG_START (Results 1 – 2 of 2) sorted by relevance

/Zephyr-Core-3.5.0/drivers/i2c/
Di2c_ite_it8xxx2.c28 #define I2C_MSG_START BIT(5) macro
388 data->active_msg->flags &= ~I2C_MSG_START; in i2c_tran_fifo_write_start()
494 data->active_msg->flags &= ~I2C_MSG_START; in i2c_tran_fifo_read_start()
567 if (data->active_msg->flags & I2C_MSG_START) { in i2c_tran_fifo_write_to_read()
606 if (data->active_msg->flags & I2C_MSG_START) { in i2c_tran_fifo_read()
632 if (data->active_msg->flags & I2C_MSG_START) { in i2c_tran_fifo_write()
744 if (data->active_msg->flags & I2C_MSG_START) { in i2c_tran_read()
756 data->active_msg->flags &= ~I2C_MSG_START; in i2c_tran_read()
826 if (data->active_msg->flags & I2C_MSG_START) { in i2c_tran_write()
841 data->active_msg->flags &= ~I2C_MSG_START; in i2c_tran_write()
[all …]
Di2c_ite_enhance.c26 #define I2C_MSG_START BIT(5) macro
456 if (data->active_msg->flags & I2C_MSG_START) { in enhanced_i2c_tran_read()
458 data->active_msg->flags &= ~I2C_MSG_START; in enhanced_i2c_tran_read()
513 if (data->active_msg->flags & I2C_MSG_START) { in enhanced_i2c_tran_write()
515 data->active_msg->flags &= ~I2C_MSG_START; in enhanced_i2c_tran_write()
588 start_msg->flags |= I2C_MSG_START; in i2c_enhance_pio_transfer()