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