Searched refs:ALD_I2C_IT_RXNE (Results 1 – 2 of 2) sorted by relevance
| /bsp/essemi/es32vf2264/libraries/ALD/ES32VF2264/Source/ |
| A D | ald_i2c.c | 935 ALD_I2C_CLEAR_IT(hperh, ALD_I2C_IT_RXNE); in ald_i2c_master_recv_by_it() 1016 ALD_I2C_CLEAR_IT(hperh, ALD_I2C_IT_RXNE); in ald_i2c_slave_recv_by_it() 1178 ALD_I2C_CLEAR_IT(hperh, ALD_I2C_IT_RXNE); 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() 1284 ALD_I2C_CLEAR_IT(hperh, ALD_I2C_IT_RXNE); in ald_i2c_slave_seq_recv_by_it() 2023 ALD_I2C_CLEAR_IT(hperh, ALD_I2C_IT_RXNE); in ald_i2c_mem_read_by_it() 2266 if (ald_i2c_get_mask_flag_status(hperh, ALD_I2C_IT_RXNE) == SET) in ald_i2c_ev_irq_handler() 2273 ald_i2c_clear_flag_status(hperh, ALD_I2C_IT_RXNE); in ald_i2c_ev_irq_handler() 2575 ald_i2c_clear_flag_status(hperh, ALD_I2C_IT_RXNE); in ald_i2c_seq_ev_irq_handler() 2603 ALD_I2C_DISABLE_IT(hperh, ALD_I2C_IT_RXNE); in ald_i2c_seq_ev_irq_handler() [all …]
|
| /bsp/essemi/es32vf2264/libraries/ALD/ES32VF2264/Include/ |
| A D | ald_i2c.h | 245 ALD_I2C_IT_RXNE = (1U << 5), /**< Receive not empty interrupt */ enumerator 381 ((x) == ALD_I2C_IT_RXNE) || \
|
Completed in 13 milliseconds