[][src]Struct muscab1_pac::uart0::RegisterBlock

#[repr(C)]
pub struct RegisterBlock {
    pub uartdr: UARTDR,
    pub uartrsr_uartecr: UARTRSR_UARTECR,
    pub uartrfr: UARTRFR,
    pub uartilpr: UARTILPR,
    pub uartibrd: UARTIBRD,
    pub uartfbrd: UARTFBRD,
    pub uartlcr_h: UARTLCR_H,
    pub uartcr: UARTCR,
    pub uartifls: UARTIFLS,
    pub uartimsc: UARTIMSC,
    pub uartris: UARTRIS,
    pub uartmis: UARTMIS,
    pub uarticr: UARTICR,
    pub uartdmacr: UARTDMACR,
    // some fields omitted
}

Register block

Fields

uartdr: UARTDR

0x00 - Data register

uartrsr_uartecr: UARTRSR_UARTECR

0x04 - Receive status register/error clear register

uartrfr: UARTRFR

0x18 - Flag register

uartilpr: UARTILPR

0x20 - IrDA low-power counter register

uartibrd: UARTIBRD

0x24 - Integer baud rate register

uartfbrd: UARTFBRD

0x28 - Fractional baud rate register

uartlcr_h: UARTLCR_H

0x2c - Line control register

uartcr: UARTCR

0x30 - Control register

uartifls: UARTIFLS

0x34 - Interrupt FIFO level select register

uartimsc: UARTIMSC

0x38 - Interrupt mask set/clear register

uartris: UARTRIS

0x3c - Raw interrupt status register

uartmis: UARTMIS

0x40 - Masked interrupt status register

uarticr: UARTICR

0x44 - Interrupt clear register

uartdmacr: UARTDMACR

0x48 - DMA control register

Auto Trait Implementations

Blanket Implementations

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> Into<U> for T where
    U: From<T>, 
[src]

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

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.

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

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

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

impl<T> Same<T> for T

type Output = T

Should always be Self