Searched refs:I2C_GET_FLAG (Results 1 – 3 of 3) sorted by relevance
135 while (I2C_GET_FLAG(hperh, flag) == status) { in _i2c_wait_flag()148 while (I2C_GET_FLAG(hperh, I2C_STAT_THTH) == RESET) { in _i2c_wait_txe()294 if (I2C_GET_FLAG((i2c_handle_t *)bus->priv, I2C_STAT_BUSY) == RESET) in es32f3_master_xfer()
323 #define I2C_GET_FLAG(x, y) ((((x)->perh->STAT) & ((y) & I2C_FLAG_MASK)) != RESET) macro
2427 while (!I2C_GET_FLAG(hperh, I2C_STAT_TXE)) { in i2c_req_mem_read()2659 while (I2C_GET_FLAG(hperh, flag) == RESET) { in i2c_wait_flag_change_to_timeout()2667 while (I2C_GET_FLAG(hperh, flag) != RESET) { in i2c_wait_flag_change_to_timeout()2712 while (I2C_GET_FLAG(hperh, I2C_STAT_THTH) == RESET) { in i2c_wait_txe_to_timeout()2743 while (I2C_GET_FLAG(hperh, I2C_STAT_RXTH) == RESET) { in i2c_wait_rxne_to_timeout()
Completed in 12 milliseconds