Exemplo n.º 1
0
void I2C2_EV_IRQHandler(void)
{
    i2c_ev_handler();
}
Exemplo n.º 2
0
void I2C3_EV_IRQHandler(void) {
    i2c_ev_handler(I2CDEV_3);
}
Exemplo n.º 3
0
void I2C2_EV_IRQHandler(void) {
    i2c_ev_handler(I2CDEV_2);
}
Exemplo n.º 4
0
void I2C1_EV_IRQHandler(void) {
    i2c_ev_handler(I2CDEV_1);
}
Exemplo n.º 5
0
void I2C2_EV_IRQHandler(void)
{
    i2c_ev_handler(I2C2, &i2c2_context);
}
Exemplo n.º 6
0
void I2C1_EV_IRQHandler(void)
{
    i2c_ev_handler(I2C1, &i2c1_context);
}