embassy-stm32

Crates

git

Versions

stm32c011d6

Flavors

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

Trait embassy_stm32::spi::Instance

source ·
pub trait Instance:
    Peripheral<P = Self>
    + SealedInstance
    + RccPeripheral { }
Expand description

Peripheral instance trait.

Object Safety§

This trait is not object safe.

Implementors§