[][src]Struct cc3220sf::uarta1::RegisterBlock

#[repr(C)]pub struct RegisterBlock {
    pub dr: DR,
    pub rsr_ecr: RSR_ECR,
    pub fr: FR,
    pub ilpr: ILPR,
    pub ibrd: IBRD,
    pub fbrd: FBRD,
    pub lcrh: LCRH,
    pub ctl: CTL,
    pub ifls: IFLS,
    pub im: IM,
    pub ris: RIS,
    pub mis: MIS,
    pub icr: ICR,
    pub dmactl: DMACTL,
    pub lctl: LCTL,
    pub lss: LSS,
    pub ltim: LTIM,
    pub uart_9bitaddr: UART_9BITADDR,
    pub uart_9bitamask: UART_9BITAMASK,
    pub pp: PP,
    pub cc: CC,
    // some fields omitted
}

Register block

Fields

dr: DR

0x00 - DR

rsr_ecr: RSR_ECR

0x04 - RSR_ECR

fr: FR

0x18 - FR

ilpr: ILPR

0x20 - ILPR

ibrd: IBRD

0x24 - IBRD

fbrd: FBRD

0x28 - FBRD

lcrh: LCRH

0x2c - LCRH

ctl: CTL

0x30 - CTL

ifls: IFLS

0x34 - IFLS

im: IM

0x38 - IM

ris: RIS

0x3c - RIS

mis: MIS

0x40 - MIS

icr: ICR

0x44 - ICR

dmactl: DMACTL

0x48 - DMACTL

lctl: LCTL

0x90 - LCTL

lss: LSS

0x94 - LSS

ltim: LTIM

0x98 - LTIM

uart_9bitaddr: UART_9BITADDR

0xa4 - UART_9BITADDR

uart_9bitamask: UART_9BITAMASK

0xa8 - UART_9BITAMASK

pp: PP

0xfc0 - PP

cc: CC

0xfc8 - CC

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> Same<T> for T

type Output = T

Should always be Self

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.