embassy-stm32

Crates

git

Versions

stm32c532ec

Flavors

Skip to main content

Instance

Trait Instance 

Source
pub trait Instance:
    PeripheralType
    + SealedInstance
    + RccPeripheral
    + 'static {
    type EventInterrupt: Interrupt;
    type ErrorInterrupt: Interrupt;
}
Expand description

I3C instance trait.

Required Associated Types§

Source

type EventInterrupt: Interrupt

Event interrupt for this instance.

Source

type ErrorInterrupt: Interrupt

Error interrupt for this instance.

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementors§