pub trait Instance:
PeripheralType
+ SealedInstance
+ 'static {
type GlobalInterrupt: Interrupt;
}Expand description
MCE instance trait.
Required Associated Types§
Sourcetype GlobalInterrupt: Interrupt
type GlobalInterrupt: Interrupt
Global interrupt for this instance.
Dyn Compatibility§
This trait is not dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety".