示例#1
0
void i2c1_er_isr()
{
    i2c_handle_er_interrupt(I2C_1);
}
示例#2
0
void i2c2_er_isr()
{
	i2c_handle_er_interrupt(I2C_2);
}