embassy-stm32

Crates

git

Versions

stm32h7r3l8

Flavors

embassy_stm32::i2c

Trait 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§