Searched refs:ALD_I2C_DISABLE_IT (Results 1 – 2 of 2) sorted by relevance
| /bsp/essemi/es32vf2264/libraries/ALD/ES32VF2264/Source/ |
| A D | ald_i2c.c | 885 ALD_I2C_DISABLE_IT(hperh, ALD_I2C_FLAG_MASK); in ald_i2c_master_send_by_it() 939 ALD_I2C_DISABLE_IT(hperh, ALD_I2C_FLAG_MASK); in ald_i2c_master_recv_by_it() 981 ALD_I2C_DISABLE_IT(hperh, ALD_I2C_FLAG_MASK); in ald_i2c_slave_send_by_it() 1020 ALD_I2C_DISABLE_IT(hperh, ALD_I2C_FLAG_MASK); in ald_i2c_slave_recv_by_it() 1093 ALD_I2C_DISABLE_IT(hperh, ALD_I2C_FLAG_MASK); in ald_i2c_master_seq_send_by_it() 1182 ALD_I2C_DISABLE_IT(hperh, ALD_I2C_FLAG_MASK); in ald_i2c_master_seq_recv_by_it() 1239 ALD_I2C_DISABLE_IT(hperh, ALD_I2C_FLAG_MASK); in ald_i2c_slave_seq_send_by_it() 1288 ALD_I2C_DISABLE_IT(hperh, ALD_I2C_FLAG_MASK); in ald_i2c_slave_seq_recv_by_it() 1321 ALD_I2C_DISABLE_IT(hperh, ALD_I2C_FLAG_MASK); in ald_i2c_master_abort_it() 1348 ALD_I2C_DISABLE_IT(hperh, ALD_I2C_FLAG_MASK); in ald_i2c_enablelisten_it() [all …]
|
| /bsp/essemi/es32vf2264/libraries/ALD/ES32VF2264/Include/ |
| A D | ald_i2c.h | 345 #define ALD_I2C_DISABLE_IT(x, y) (SET_BIT((x)->perh->IDR, (y))) macro
|
Completed in 805 milliseconds