Searched refs:ALD_I2C_IT_STOP (Results 1 – 2 of 2) sorted by relevance
| /bsp/essemi/es32vf2264/libraries/ALD/ES32VF2264/Source/ |
| A D | ald_i2c.c | 979 ALD_I2C_CLEAR_IT(hperh, ALD_I2C_IT_STOP); in ald_i2c_slave_send_by_it() 982 ALD_I2C_ENABLE_IT(hperh, ALD_I2C_IT_ADDR | ALD_I2C_IT_NACK | ALD_I2C_IT_STOP | ALD_I2C_IT_TXE); in ald_i2c_slave_send_by_it() 1018 ALD_I2C_CLEAR_IT(hperh, ALD_I2C_IT_STOP); in ald_i2c_slave_recv_by_it() 1021 ALD_I2C_ENABLE_IT(hperh, ALD_I2C_IT_RXNE | ALD_I2C_IT_ADDR | ALD_I2C_IT_STOP); in ald_i2c_slave_recv_by_it() 1237 ALD_I2C_CLEAR_IT(hperh, ALD_I2C_IT_STOP); in ald_i2c_slave_seq_send_by_it() 1286 ALD_I2C_CLEAR_IT(hperh, ALD_I2C_IT_STOP); in ald_i2c_slave_seq_recv_by_it() 1289 ALD_I2C_ENABLE_IT(hperh, ALD_I2C_IT_RXNE | ALD_I2C_IT_ADDR | ALD_I2C_IT_STOP); in ald_i2c_slave_seq_recv_by_it() 2313 if (ald_i2c_get_mask_flag_status(hperh, ALD_I2C_IT_STOP) == SET) in ald_i2c_ev_irq_handler() 2316 ald_i2c_clear_flag_status(hperh, ALD_I2C_IT_STOP); in ald_i2c_ev_irq_handler() 2675 if (ald_i2c_get_mask_flag_status(hperh, ALD_I2C_IT_STOP) == SET) in ald_i2c_seq_ev_irq_handler() [all …]
|
| /bsp/essemi/es32vf2264/libraries/ALD/ES32VF2264/Include/ |
| A D | ald_i2c.h | 252 ALD_I2C_IT_STOP = (1U << 14), /**< Stop detection interrupt */ enumerator 388 ((x) == ALD_I2C_IT_STOP) || \
|
Completed in 13 milliseconds