Searched refs:ALD_I2C_STAT_TCR (Results 1 – 3 of 3) sorted by relevance
| /bsp/essemi/es32vf2264/drivers/ |
| A D | drv_i2c.c | 214 if (_i2c_wait_flag(hperh, ALD_I2C_STAT_TCR, RESET, 10) == ALD_OK) { in _i2c_master_send() 233 if ((flag&_I2C_NO_STOP)!=0&&_i2c_wait_flag(hperh, ALD_I2C_STAT_TCR, RESET, 10) == ALD_OK) in _i2c_master_send()
|
| /bsp/essemi/es32vf2264/libraries/ALD/ES32VF2264/Include/ |
| A D | ald_i2c.h | 233 ALD_I2C_STAT_TCR = (1U << 11), /**< Transmit and reload completed flag */ enumerator
|
| /bsp/essemi/es32vf2264/libraries/ALD/ES32VF2264/Source/ |
| A D | ald_i2c.c | 547 … if (i2c_wait_flag_change_to_timeout(hperh, ALD_I2C_STAT_TCR, RESET, I2C_TIMEOUT_FLAG) == ALD_OK) in ald_i2c_master_send() 656 … if (i2c_wait_flag_change_to_timeout(hperh, ALD_I2C_STAT_TCR, RESET, I2C_TIMEOUT_FLAG) == ALD_OK) in ald_i2c_master_recv() 1720 … if (i2c_wait_flag_change_to_timeout(hperh, ALD_I2C_STAT_TCR, RESET, I2C_TIMEOUT_FLAG) == ALD_OK) in ald_i2c_mem_write() 1839 if (i2c_wait_flag_change_to_timeout(hperh, ALD_I2C_STAT_TCR, RESET, timeout) == ALD_OK) in ald_i2c_mem_read() 3173 if (i2c_wait_flag_change_to_timeout(hperh, ALD_I2C_STAT_TCR, RESET, timeout) != ALD_OK) in i2c_req_mem_write()
|
Completed in 14 milliseconds