embassy-stm32

Crates

git

Versions

stm32h562ag

Flavors

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

Trait embassy_stm32::sdmmc::Instance

source ·
pub trait Instance:
    SealedInstance
    + RccPeripheral
    + 'static {
    type Interrupt: Interrupt;
}
Expand description

SDMMC instance trait.

Required Associated Types§

source

type Interrupt: Interrupt

Interrupt for this instance.

Object Safety§

This trait is not object safe.

Implementors§