Ejemplo n.º 1
0
void I2C2_ER_IRQHandler(void)
{
    i2c_er_handler();
}
Ejemplo n.º 2
0
void I2C3_ER_IRQHandler(void) {
    i2c_er_handler(I2CDEV_3);
}
Ejemplo n.º 3
0
void I2C2_ER_IRQHandler(void) {
    i2c_er_handler(I2CDEV_2);
}
Ejemplo n.º 4
0
void I2C1_ER_IRQHandler(void) {
    i2c_er_handler(I2CDEV_1);
}
Ejemplo n.º 5
0
void I2C2_ER_IRQHandler(void)
{
    i2c_er_handler(I2C2, &i2c2_context);
}
Ejemplo n.º 6
0
void I2C1_ER_IRQHandler(void)
{
    i2c_er_handler(I2C1, &i2c1_context);
}