pub trait Instance:
Peripheral<P = Self>
+ SealedInstance
+ RccPeripheral {
type Interrupt: Interrupt;
}
Expand description
TSC instance trait
Required Associated Types§
Object Safety§
This trait is not object safe.
pub trait Instance:
Peripheral<P = Self>
+ SealedInstance
+ RccPeripheral {
type Interrupt: Interrupt;
}
TSC instance trait