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