Struct imxrt_hal::uart::Uninit[][src]

pub struct Uninit<M: Unsigned> { /* fields omitted */ }
Expand description

An uninitialized UART peripheral

Call init() to initialize the peripheral

Implementations

Initializes a UART on the tx and rx pins. Specify the initial baud rate of the bus with baud. Returns the configured UART peripheral, or an error that indicates we could not configure the baud rate.

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.