pub trait Instance: Peripheral<P = Self> + Instance + 'static + Send {
    type Interrupt: Interrupt;
}
Expand description

UARTE peripheral instance.

Required Associated Types§

source

type Interrupt: Interrupt

Interrupt for this peripheral.

Object Safety§

This trait is not object safe.

Implementors§