Searched refs:ALD_I2C_GET_FLAG (Results 1 – 3 of 3) sorted by relevance
133 while (ALD_I2C_GET_FLAG(hperh, flag) == status) { in _i2c_wait_flag()146 while (ALD_I2C_GET_FLAG(hperh, ALD_I2C_STAT_TXE) == RESET) { in _i2c_wait_txe()
349 #define ALD_I2C_GET_FLAG(x, y) ((((x)->perh->STAT) & ((y) & ALD_I2C_FLAG_MASK)) != RESET) macro
3242 while (!ALD_I2C_GET_FLAG(hperh, ALD_I2C_STAT_TXE)) in i2c_req_mem_read()3469 while (ALD_I2C_GET_FLAG(hperh, flag) == RESET) in i2c_wait_flag_change_to_timeout()3480 while (ALD_I2C_GET_FLAG(hperh, flag) != RESET) in i2c_wait_flag_change_to_timeout()3529 while (ALD_I2C_GET_FLAG(hperh, ALD_I2C_STAT_TXE) == RESET) in i2c_wait_txe_to_timeout()3564 while (ALD_I2C_GET_FLAG(hperh, ALD_I2C_STAT_RXNE) == RESET) in i2c_wait_rxne_to_timeout()
Completed in 20 milliseconds