Home
last modified time | relevance | path

Searched refs:ALD_I2C_IT_TCR (Results 1 – 2 of 2) sorted by relevance

/bsp/essemi/es32vf2264/libraries/ALD/ES32VF2264/Source/
A Dald_i2c.c881 ALD_I2C_CLEAR_IT(hperh, ALD_I2C_IT_TCR); in ald_i2c_master_send_by_it()
936 ALD_I2C_CLEAR_IT(hperh, ALD_I2C_IT_TCR); in ald_i2c_master_recv_by_it()
1092 ALD_I2C_CLEAR_IT(hperh, ALD_I2C_IT_TCR); in ald_i2c_master_seq_send_by_it()
1102 it_flag &= ~ALD_I2C_IT_TCR; in ald_i2c_master_seq_send_by_it()
1179 ALD_I2C_CLEAR_IT(hperh, ALD_I2C_IT_TCR); in ald_i2c_master_seq_recv_by_it()
1184 it_flag = ALD_I2C_IT_RXNE | ALD_I2C_IT_TCR; in ald_i2c_master_seq_recv_by_it()
1949 ALD_I2C_CLEAR_IT(hperh, ALD_I2C_IT_TCR); in ald_i2c_mem_write_by_it()
2025 ALD_I2C_CLEAR_IT(hperh , ALD_I2C_IT_TCR); in ald_i2c_mem_read_by_it()
2305 ald_i2c_clear_flag_status(hperh, ALD_I2C_IT_TCR); in ald_i2c_ev_irq_handler()
2671 ald_i2c_clear_flag_status(hperh, ALD_I2C_IT_TCR); in ald_i2c_seq_ev_irq_handler()
[all …]
/bsp/essemi/es32vf2264/libraries/ALD/ES32VF2264/Include/
A Dald_i2c.h249 ALD_I2C_IT_TCR = (1U << 11), /**< Transmit and reload completed interrupt */ enumerator
385 ((x) == ALD_I2C_IT_TCR) || \

Completed in 14 milliseconds