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