Searched refs:I2C_MASTER_TX_EMPTY (Results 1 – 3 of 3) sorted by relevance
153 while (!I2C_CheckStatus(hi2c->i2c_x, I2C_MASTER_TX_EMPTY)); in ht32_i2c_write()158 while (!I2C_CheckStatus(hi2c->i2c_x, I2C_MASTER_TX_EMPTY)); in ht32_i2c_write()
175 #define I2C_MASTER_TX_EMPTY ((u32)0x003A0000) macro194 … (STATUS == I2C_MASTER_TX_EMPTY) || \
221 #define I2C_MASTER_TX_EMPTY ((u32)0x003A0000) macro240 … (STATUS == I2C_MASTER_TX_EMPTY) || \
Completed in 6 milliseconds