Embassy
embassy-stm32

Crates

git

Versions

stm32g483ce

Flavors

Trait embassy_stm32::i2c::Instance

source ·
pub trait Instance: Peripheral<P = Self> + SealedInstance + RccPeripheral {
    type EventInterrupt: Interrupt;
    type ErrorInterrupt: Interrupt;
}
Expand description

Peripheral instance trait.

Required Associated Types§

source

type EventInterrupt: Interrupt

Interrupt for this peripheral.

source

type ErrorInterrupt: Interrupt

Interrupt for this peripheral.

Object Safety§

This trait is not object safe.

Implementors§