Embassy
embassy-stm32

Crates

git

Versions

stm32c011d6

Flavors

Trait embassy_stm32::i2c::Instance

source ·
pub trait Instance: SealedInstance + 'static {
    type EventInterrupt: Interrupt;
    type ErrorInterrupt: Interrupt;
}
Expand description

I2C peripheral instance

Required Associated Types§

source

type EventInterrupt: Interrupt

Event interrupt for this instance

source

type ErrorInterrupt: Interrupt

Error interrupt for this instance

Object Safety§

This trait is not object safe.

Implementors§