Searched refs:I2C_STAT_TCR (Results 1 – 3 of 3) sorted by relevance
| /bsp/essemi/es32f369x/drivers/ |
| A D | drv_i2c.c | 218 if (_i2c_wait_flag(hperh, I2C_STAT_TCR, RESET, 10) == OK) { in _i2c_master_send() 238 if ((flag&_I2C_NO_STOP)!=0&&_i2c_wait_flag(hperh, I2C_STAT_TCR, RESET, 10) == OK) in _i2c_master_send()
|
| /bsp/essemi/es32f369x/libraries/ES32F36xx_ALD_StdPeriph_Driver/Include/ |
| A D | ald_i2c.h | 232 I2C_STAT_TCR = (1U << 11), /**< Transmit and reload completed flag */ enumerator
|
| /bsp/essemi/es32f369x/libraries/ES32F36xx_ALD_StdPeriph_Driver/Source/ |
| A D | ald_i2c.c | 546 if (i2c_wait_flag_change_to_timeout(hperh, I2C_STAT_TCR, RESET, I2C_TIMEOUT_FLAG) == OK) { in ald_i2c_master_send() 642 if (i2c_wait_flag_change_to_timeout(hperh, I2C_STAT_TCR, RESET, I2C_TIMEOUT_FLAG) == OK) { in ald_i2c_master_recv() 1351 if (i2c_wait_flag_change_to_timeout(hperh, I2C_STAT_TCR, RESET, I2C_TIMEOUT_FLAG) == OK) { in ald_i2c_mem_write() 1461 if (i2c_wait_flag_change_to_timeout(hperh, I2C_STAT_TCR, RESET, timeout) == OK) { in ald_i2c_mem_read() 2373 if (i2c_wait_flag_change_to_timeout(hperh, I2C_STAT_TCR, RESET, timeout) != OK) { in i2c_req_mem_write()
|
Completed in 12 milliseconds