Home
last modified time | relevance | path

Searched refs:ALD_I2C_STAT_TC (Results 1 – 3 of 3) sorted by relevance

/bsp/essemi/es32vf2264/drivers/
A Ddrv_i2c.c238 if (_i2c_wait_flag(hperh, ALD_I2C_STAT_TC, RESET, 10) == ALD_OK) { in _i2c_master_send()
/bsp/essemi/es32vf2264/libraries/ALD/ES32VF2264/Include/
A Dald_i2c.h232 ALD_I2C_STAT_TC = (1U << 10), /**< Transmit completed flag */ enumerator
/bsp/essemi/es32vf2264/libraries/ALD/ES32VF2264/Source/
A Dald_i2c.c571 if (i2c_wait_flag_change_to_timeout(hperh, ALD_I2C_STAT_TC, RESET, I2C_TIMEOUT_FLAG) == ALD_OK) in ald_i2c_master_send()
1747 if (i2c_wait_flag_change_to_timeout(hperh, ALD_I2C_STAT_TC, RESET, timeout)) in ald_i2c_mem_write()
3262 … if (i2c_wait_flag_change_to_timeout(hperh, ALD_I2C_STAT_TC, RESET, I2C_TIMEOUT_FLAG) == ALD_ERROR) in i2c_dma_master_send_cplt()
3322 … if (i2c_wait_flag_change_to_timeout(hperh, ALD_I2C_STAT_TC, RESET, I2C_TIMEOUT_FLAG) == ALD_ERROR) in i2c_dma_master_recv_cplt()
3386 if ((hperh->perh->STAT & ALD_I2C_STAT_TC) != 0) in i2c_dma_mem_send_cplt()
3426 if ((hperh->perh->STAT & ALD_I2C_STAT_TC) != 0) in i2c_dma_mem_recv_cplt()

Completed in 17 milliseconds