Searched refs:ALD_I2C_IT_TC (Results 1 – 2 of 2) sorted by relevance
880 ALD_I2C_CLEAR_IT(hperh, ALD_I2C_IT_TC); in ald_i2c_master_send_by_it()937 ALD_I2C_CLEAR_IT(hperh, ALD_I2C_IT_TC); in ald_i2c_master_recv_by_it()1091 ALD_I2C_CLEAR_IT(hperh, ALD_I2C_IT_TC); in ald_i2c_master_seq_send_by_it()1098 it_flag |= ALD_I2C_IT_TC; in ald_i2c_master_seq_send_by_it()1180 ALD_I2C_CLEAR_IT(hperh, ALD_I2C_IT_TC); in ald_i2c_master_seq_recv_by_it()1186 it_flag |= ALD_I2C_IT_TC; in ald_i2c_master_seq_recv_by_it()1948 ALD_I2C_CLEAR_IT(hperh, ALD_I2C_IT_TC); in ald_i2c_mem_write_by_it()2024 ALD_I2C_CLEAR_IT(hperh, ALD_I2C_IT_TC); in ald_i2c_mem_read_by_it()2277 if (ald_i2c_get_mask_flag_status(hperh, ALD_I2C_IT_TC) == SET) in ald_i2c_ev_irq_handler()2287 ald_i2c_clear_flag_status(hperh, ALD_I2C_IT_TC); in ald_i2c_ev_irq_handler()[all …]
248 ALD_I2C_IT_TC = (1U << 10), /**< Transmit completed interrupt */ enumerator384 ((x) == ALD_I2C_IT_TC) || \
Completed in 148 milliseconds