Struct imxrt_hal::uart::Tx[][src]

pub struct Tx<M: Unsigned>(_);
Expand description

A UART transfer half

Tx is capable of writing data, and nothing else. To configure a transfer half, configure the UART peripheral before calling split().

Trait Implementations

Write error

Writes a single word to the serial interface

Ensures that none of the previously written words are still buffered

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

Should always be Self

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type of error that can occur when writing

Writes a slice, blocking until everything has been written Read more

Block until the serial interface has sent all buffered words