Skip to main content

Instance

Trait Instance 

Source
pub trait Instance:
    Peripheral<P = Self>
    + SealedInstance
    + RccPeripheral {
    type GlobalInterrupt: Interrupt;
}
Expand description

Peripheral instance trait.

Required Associated Types§

Source

type GlobalInterrupt: Interrupt

Interrupt for this peripheral.

Dyn Compatibility§

This trait is not dyn compatible.

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

Implementors§