Searched refs:I2C_CR1_STOP (Results 1 – 1 of 1) sorted by relevance
56 #define I2C_CR1_STOP (1 << 9) macro273 while (regs->CR1 & (I2C_CR1_STOP | I2C_CR1_START)) in stmI2cStopEnable()275 regs->CR1 |= I2C_CR1_STOP; in stmI2cStopEnable()282 while (regs->CR1 & (I2C_CR1_STOP | I2C_CR1_START)) in stmI2cStartEnable()