Struct imxrt_hal::uart::UARTs[][src]

pub struct UARTs {
    pub uart1: Uninit<U1>,
    pub uart2: Uninit<U2>,
    pub uart3: Uninit<U3>,
    pub uart4: Uninit<U4>,
    pub uart5: Uninit<U5>,
    pub uart6: Uninit<U6>,
    pub uart7: Uninit<U7>,
    pub uart8: Uninit<U8>,
}
Expand description

All available UARTs

All UARTs are uninitialized. Call init() to take and initialize the peripheral.

Fields

uart1: Uninit<U1>uart2: Uninit<U2>uart3: Uninit<U3>uart4: Uninit<U4>uart5: Uninit<U5>uart6: Uninit<U6>uart7: Uninit<U7>uart8: Uninit<U8>

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.