[][src]Struct efm32gg11b820::usart3::RegisterBlock

#[repr(C)]
pub struct RegisterBlock { pub ctrl: CTRL, pub frame: FRAME, pub trigctrl: TRIGCTRL, pub cmd: CMD, pub status: STATUS, pub clkdiv: CLKDIV, pub rxdatax: RXDATAX, pub rxdata: RXDATA, pub rxdoublex: RXDOUBLEX, pub rxdouble: RXDOUBLE, pub rxdataxp: RXDATAXP, pub rxdoublexp: RXDOUBLEXP, pub txdatax: TXDATAX, pub txdata: TXDATA, pub txdoublex: TXDOUBLEX, pub txdouble: TXDOUBLE, pub if_: IF, pub ifs: IFS, pub ifc: IFC, pub ien: IEN, pub irctrl: IRCTRL, pub input: INPUT, pub i2sctrl: I2SCTRL, pub timing: TIMING, pub ctrlx: CTRLX, pub timecmp0: TIMECMP0, pub timecmp1: TIMECMP1, pub timecmp2: TIMECMP2, pub routepen: ROUTEPEN, pub routeloc0: ROUTELOC0, pub routeloc1: ROUTELOC1, // some fields omitted }

Register block

Fields

ctrl: CTRL

0x00 - Control Register

frame: FRAME

0x04 - USART Frame Format Register

trigctrl: TRIGCTRL

0x08 - USART Trigger Control Register

cmd: CMD

0x0c - Command Register

status: STATUS

0x10 - USART Status Register

clkdiv: CLKDIV

0x14 - Clock Control Register

rxdatax: RXDATAX

0x18 - RX Buffer Data Extended Register

rxdata: RXDATA

0x1c - RX Buffer Data Register

rxdoublex: RXDOUBLEX

0x20 - RX Buffer Double Data Extended Register

rxdouble: RXDOUBLE

0x24 - RX FIFO Double Data Register

rxdataxp: RXDATAXP

0x28 - RX Buffer Data Extended Peek Register

rxdoublexp: RXDOUBLEXP

0x2c - RX Buffer Double Data Extended Peek Register

txdatax: TXDATAX

0x30 - TX Buffer Data Extended Register

txdata: TXDATA

0x34 - TX Buffer Data Register

txdoublex: TXDOUBLEX

0x38 - TX Buffer Double Data Extended Register

txdouble: TXDOUBLE

0x3c - TX Buffer Double Data Register

if_: IF

0x40 - Interrupt Flag Register

ifs: IFS

0x44 - Interrupt Flag Set Register

ifc: IFC

0x48 - Interrupt Flag Clear Register

ien: IEN

0x4c - Interrupt Enable Register

irctrl: IRCTRL

0x50 - IrDA Control Register

input: INPUT

0x58 - USART Input Register

i2sctrl: I2SCTRL

0x5c - I2S Control Register

timing: TIMING

0x60 - Timing Register

ctrlx: CTRLX

0x64 - Control Register Extended

timecmp0: TIMECMP0

0x68 - Used to Generate Interrupts and Various Delays

timecmp1: TIMECMP1

0x6c - Used to Generate Interrupts and Various Delays

timecmp2: TIMECMP2

0x70 - Used to Generate Interrupts and Various Delays

routepen: ROUTEPEN

0x74 - I/O Routing Pin Enable Register

routeloc0: ROUTELOC0

0x78 - I/O Routing Location Register

routeloc1: ROUTELOC1

0x7c - I/O Routing Location Register

Auto Trait Implementations

Blanket Implementations

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

type Error = Infallible

The type returned in the event of a conversion error.

impl<T> From for T[src]

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

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

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

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

impl<T> Same for T

type Output = T

Should always be Self