[][src]Struct k210_pac::uarths::RegisterBlock

#[repr(C)]
pub struct RegisterBlock {
    pub txdata: TXDATA,
    pub rxdata: RXDATA,
    pub txctrl: TXCTRL,
    pub rxctrl: RXCTRL,
    pub ie: IE,
    pub ip: IP,
    pub div: DIV,
}

Register block

Fields

txdata: TXDATA

0x00 - Transmit Data Register

rxdata: RXDATA

0x04 - Receive Data Register

txctrl: TXCTRL

0x08 - Transmit Control Register

rxctrl: RXCTRL

0x0c - Receive Control Register

ie: IE

0x10 - Interrupt Enable Register

ip: IP

0x14 - Interrupt Pending Register

div: DIV

0x18 - Baud Rate Divisor Register

Auto Trait Implementations

Blanket Implementations

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