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