Home
last modified time | relevance | path

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

/bsp/essemi/es32vf2264/libraries/ALD/ES32VF2264/Source/
A Dald_i2c.c880 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 …]
/bsp/essemi/es32vf2264/libraries/ALD/ES32VF2264/Include/
A Dald_i2c.h248 ALD_I2C_IT_TC = (1U << 10), /**< Transmit completed interrupt */ enumerator
384 ((x) == ALD_I2C_IT_TC) || \

Completed in 148 milliseconds