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