Home
last modified time | relevance | path

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

/Zephyr-Core-2.7.6/drivers/i2c/
Di2c_ite_it8xxx2.c145 #define I2C_MSG_START BIT(5) macro
454 if (data->msgs->flags & I2C_MSG_START) { in enhanced_i2c_tran_read()
456 data->msgs->flags &= ~I2C_MSG_START; in enhanced_i2c_tran_read()
513 if (data->msgs->flags & I2C_MSG_START) { in enhanced_i2c_tran_write()
515 data->msgs->flags &= ~I2C_MSG_START; in enhanced_i2c_tran_write()
591 if (data->msgs->flags & I2C_MSG_START) { in i2c_tran_read()
600 data->msgs->flags &= ~I2C_MSG_START; in i2c_tran_read()
666 if (data->msgs->flags & I2C_MSG_START) { in i2c_tran_write()
679 data->msgs->flags &= ~I2C_MSG_START; in i2c_tran_write()
812 msgs->flags |= I2C_MSG_START; in i2c_it8xxx2_transfer()
[all …]