Home
last modified time | relevance | path

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

/Zephyr-Core-3.7.0/drivers/i2c/
Di2c_ite_it8xxx2.c28 #define I2C_MSG_START BIT(5) macro
400 data->active_msg->flags &= ~I2C_MSG_START; in i2c_tran_fifo_write_start()
506 data->active_msg->flags &= ~I2C_MSG_START; in i2c_tran_fifo_read_start()
579 if (data->active_msg->flags & I2C_MSG_START) { in i2c_tran_fifo_write_to_read()
618 if (data->active_msg->flags & I2C_MSG_START) { in i2c_tran_fifo_read()
644 if (data->active_msg->flags & I2C_MSG_START) { in i2c_tran_fifo_write()
756 if (data->active_msg->flags & I2C_MSG_START) { in i2c_tran_read()
768 data->active_msg->flags &= ~I2C_MSG_START; in i2c_tran_read()
838 if (data->active_msg->flags & I2C_MSG_START) { in i2c_tran_write()
853 data->active_msg->flags &= ~I2C_MSG_START; in i2c_tran_write()
[all …]
Di2c_ite_enhance.c26 #define I2C_MSG_START BIT(5) macro
477 if (data->active_msg->flags & I2C_MSG_START) { in enhanced_i2c_tran_read()
479 data->active_msg->flags &= ~I2C_MSG_START; in enhanced_i2c_tran_read()
534 if (data->active_msg->flags & I2C_MSG_START) { in enhanced_i2c_tran_write()
536 data->active_msg->flags &= ~I2C_MSG_START; in enhanced_i2c_tran_write()
609 start_msg->flags |= I2C_MSG_START; in i2c_enhance_pio_transfer()