[][src]Module imxrt1062_hal::uart

Low Power Universal Asynchronous Receiver/Transmit (LPUART)

The UART module provides a serial peripheral that implements the embedded_hal::serial traits. The peripheral is sufficient for implementing basic serial communications.

Re-exports

pub use crate::iomuxc::uart;
pub use crate::iomuxc::uart::module;

Structs

ReadError

Type that describes a read error

ReadErrorFlags

Errors that may occur when reading data

UART

An initialized UART peripheral

UARTs

All available UARTs

Unclocked

Unclocked UART peripherals

Uninit

An uninitialized UART peripheral

Enums

Parity

Parity selection