Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/i2c/
Di2c_mchp_xec_v2.c610 uint8_t mflags = msg->flags; in ctrl_tx() local
631 } else if (mflags & I2C_MSG_RESTART) { in ctrl_tx()
652 if (mflags & I2C_MSG_STOP) { in ctrl_tx()
689 uint8_t mflags = msg->flags; in ctrl_rx() local
712 } else if (mflags & I2C_MSG_RESTART) { in ctrl_rx()
725 if (mflags & I2C_MSG_STOP) { in ctrl_rx()
740 if (mflags & I2C_MSG_STOP) { in ctrl_rx()
761 if (mflags & I2C_MSG_STOP) { in ctrl_rx()