I2C_Slave_isr

The function called by the I2C IRQ handler. Can be called in a polling loop in a polled driver.

void I2C_Slave_isr(
    void 
)

Returns

Type: void

Nothing