Searched refs:ALD_I2C_GET_IT_FLAG (Results 1 – 3 of 3) sorted by relevance
147 if (ALD_I2C_GET_IT_FLAG(hperh, ALD_I2C_IT_ARLO)) { in _i2c_wait_txe()152 if (ALD_I2C_GET_IT_FLAG(hperh, ALD_I2C_IT_NACK) == SET) { in _i2c_wait_txe()
347 #define ALD_I2C_GET_IT_FLAG(x, y) (READ_BIT((x)->perh->RIF, (y))) macro
3505 while (ALD_I2C_GET_IT_FLAG(hperh, flag) == RESET) in i2c_wait_master_addr_to_timeout()3531 if (ALD_I2C_GET_IT_FLAG(hperh, ALD_I2C_IT_ARLO)) in i2c_wait_txe_to_timeout()3537 if (ALD_I2C_GET_IT_FLAG(hperh, ALD_I2C_IT_NACK) == SET) in i2c_wait_txe_to_timeout()
Completed in 17 milliseconds