pub trait Instance:
Peripheral<P = Self>
+ SealedInstance
+ 'static
+ Send {
type Interrupt: Interrupt;
}
Expand description
Basic Timer instance.
Required Associated Types§
Object Safety§
This trait is not object safe.
pub trait Instance:
Peripheral<P = Self>
+ SealedInstance
+ 'static
+ Send {
type Interrupt: Interrupt;
}
Basic Timer instance.