[][src]Struct imxrt1062_lpuart1::RegisterBlock

#[repr(C)]pub struct RegisterBlock {
    pub verid: VERID,
    pub param: PARAM,
    pub global: GLOBAL,
    pub pincfg: PINCFG,
    pub baud: BAUD,
    pub stat: STAT,
    pub ctrl: CTRL,
    pub data: DATA,
    pub match_: MATCH,
    pub modir: MODIR,
    pub fifo: FIFO,
    pub water: WATER,
}

Register block

Fields

verid: VERID

0x00 - Version ID Register

param: PARAM

0x04 - Parameter Register

global: GLOBAL

0x08 - LPUART Global Register

pincfg: PINCFG

0x0c - LPUART Pin Configuration Register

baud: BAUD

0x10 - LPUART Baud Rate Register

stat: STAT

0x14 - LPUART Status Register

ctrl: CTRL

0x18 - LPUART Control Register

data: DATA

0x1c - LPUART Data Register

match_: MATCH

0x20 - LPUART Match Address Register

modir: MODIR

0x24 - LPUART Modem IrDA Register

fifo: FIFO

0x28 - LPUART FIFO Register

water: WATER

0x2c - LPUART Watermark Register

Auto Trait Implementations

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.