embassy-stm32

Crates

git

Versions

stm32wba54cg

Flavors

embassy_stm32::usart

Trait Instance

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

USART peripheral instance trait.

Required Associated Types§

source

type Interrupt: Interrupt

Interrupt for this peripheral.

Object Safety§

This trait is not object safe.

Implementors§