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