pub trait Instance:
SealedInstance
+ RccPeripheral
+ 'static {
type Interrupt: Interrupt;
}
Expand description
SDMMC instance trait.
Required Associated Types§
Object Safety§
This trait is not object safe.
pub trait Instance:
SealedInstance
+ RccPeripheral
+ 'static {
type Interrupt: Interrupt;
}
SDMMC instance trait.