Trait embassy_stm32::i2c::Instance
source · pub trait Instance: Instance + 'static {
type EventInterrupt: Interrupt;
type ErrorInterrupt: Interrupt;
}
Expand description
I2C peripheral instance
Required Associated Types§
sourcetype EventInterrupt: Interrupt
type EventInterrupt: Interrupt
Event interrupt for this instance
sourcetype ErrorInterrupt: Interrupt
type ErrorInterrupt: Interrupt
Error interrupt for this instance
Object Safety§
This trait is not object safe.