embassy-stm32

Crates

git

Versions

stm32h7s7i8

Flavors

📣 We want to hear from you! Fill the Rust Embedded 2024 micro-survey.

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§