Searched refs:ALD_I2C_FLAG_MASK (Results 1 – 2 of 2) sorted by relevance
| /bsp/essemi/es32vf2264/libraries/ALD/ES32VF2264/Source/ |
| A D | ald_i2c.c | 420 WRITE_REG(hperh->perh->IDR, ALD_I2C_FLAG_MASK); in ald_i2c_reset() 421 WRITE_REG(hperh->perh->ICR, ALD_I2C_FLAG_MASK); in ald_i2c_reset() 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() 1320 ALD_I2C_CLEAR_IT(hperh, ALD_I2C_FLAG_MASK); in ald_i2c_master_abort_it() [all …]
|
| /bsp/essemi/es32vf2264/libraries/ALD/ES32VF2264/Include/ |
| A D | ald_i2c.h | 342 #define ALD_I2C_FLAG_MASK (0xFFFFFFFFU) macro 349 #define ALD_I2C_GET_FLAG(x, y) ((((x)->perh->STAT) & ((y) & ALD_I2C_FLAG_MASK)) != RESET)
|
Completed in 19 milliseconds