Trait stm32f4xx_hal::gpio::alt::SerialAsync

source ·
pub trait SerialAsync {
    type Rx<Otype>;
    type Tx<Otype>;
}

Required Associated Types§

source

type Rx<Otype>

Receive

source

type Tx<Otype>

Transmit

Object Safety§

This trait is not object safe.

Implementors§

source§

impl SerialAsync for UART4

§

type Rx<Otype> = Rx<Otype>

§

type Tx<Otype> = Tx<Otype>

source§

impl SerialAsync for UART5

§

type Rx<Otype> = Rx<Otype>

§

type Tx<Otype> = Tx<Otype>

source§

impl SerialAsync for UART7

§

type Rx<Otype> = Rx<Otype>

§

type Tx<Otype> = Tx<Otype>

source§

impl SerialAsync for UART8

§

type Rx<Otype> = Rx<Otype>

§

type Tx<Otype> = Tx<Otype>

source§

impl SerialAsync for USART1

§

type Rx<Otype> = Rx<Otype>

§

type Tx<Otype> = Tx<Otype>

source§

impl SerialAsync for USART2

§

type Rx<Otype> = Rx<Otype>

§

type Tx<Otype> = Tx<Otype>

source§

impl SerialAsync for USART3

§

type Rx<Otype> = Rx<Otype>

§

type Tx<Otype> = Tx<Otype>

source§

impl SerialAsync for USART6

§

type Rx<Otype> = Rx<Otype>

§

type Tx<Otype> = Tx<Otype>