Searched refs:mstctrl (Results 1 – 13 of 13) sorted by relevance
213 while (i2c->mstctrl & MXC_F_I2C_MSTCTRL_RESTART) {}218 i2c->mstctrl |= MXC_F_I2C_MSTCTRL_START;223 i2c->mstctrl |= MXC_F_I2C_MSTCTRL_RESTART;228 i2c->mstctrl |= MXC_F_I2C_MSTCTRL_STOP;
461 if (i2c->mstctrl & MXC_F_I2C_REVA_MSTCTRL_START) { in MXC_I2C_RevA_Start()462 i2c->mstctrl |= MXC_F_I2C_REVA_MSTCTRL_RESTART; in MXC_I2C_RevA_Start()464 i2c->mstctrl |= MXC_F_I2C_REVA_MSTCTRL_START; // No check for start generation in MXC_I2C_RevA_Start()476 i2c->mstctrl |= MXC_F_I2C_REVA_MSTCTRL_STOP; in MXC_I2C_RevA_Stop()478 while (i2c->mstctrl & MXC_F_I2C_REVA_MSTCTRL_STOP) {} in MXC_I2C_RevA_Stop()683 i2c->mstctrl |= MXC_F_I2C_REVA_MSTCTRL_START; in MXC_I2C_RevA_WriteTXFIFODMA()912 i2c->mstctrl |= MXC_F_I2C_REVA_MSTCTRL_START; in MXC_I2C_RevA_MasterTransaction()941 while (i2c->mstctrl & MXC_F_I2C_REVA_MSTCTRL_RESTART) {} in MXC_I2C_RevA_MasterTransaction()967 i2c->mstctrl |= MXC_F_I2C_REVA_MSTCTRL_RESTART; in MXC_I2C_RevA_MasterTransaction()974 i2c->mstctrl |= MXC_F_I2C_REVA_MSTCTRL_RESTART; in MXC_I2C_RevA_MasterTransaction()[all …]
89 __IO uint32_t mstctrl; /**< <tt>\b 0x30:</tt> I2C_REVA MSTCTRL Register */ member
89 __IO uint32_t mstctrl; /**< <tt>\b 0x30:</tt> I2C MSTCTRL Register */ member