embassy-stm32

Crates

git

Versions

stm32h7s3l8

Flavors

embassy_stm32::can

Trait Instance

Source
pub trait Instance:
    SealedInstance
    + RccPeripheral
    + 'static {
    type IT0Interrupt: Interrupt;
    type IT1Interrupt: Interrupt;
}
Expand description

Instance trait

Required Associated Types§

Source

type IT0Interrupt: Interrupt

Interrupt 0

Source

type IT1Interrupt: Interrupt

Interrupt 1

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementors§