[][src]Struct efm32gg11b820::leuart1::ctrl::R

pub struct R { /* fields omitted */ }

Value read from the register

Methods

impl R[src]

pub fn bits(&self) -> u32[src]

Value of the register as raw bits

pub fn autotri(&self) -> AUTOTRIR[src]

Bit 0 - Automatic Transmitter Tristate

pub fn databits(&self) -> DATABITSR[src]

Bit 1 - Data-Bit Mode

pub fn parity(&self) -> PARITYR[src]

Bits 2:3 - Parity-Bit Mode

pub fn stopbits(&self) -> STOPBITSR[src]

Bit 4 - Stop-Bit Mode

pub fn inv(&self) -> INVR[src]

Bit 5 - Invert Input and Output

pub fn errsdma(&self) -> ERRSDMAR[src]

Bit 6 - Clear RX DMA on Error

pub fn loopbk(&self) -> LOOPBKR[src]

Bit 7 - Loopback Enable

pub fn sfubrx(&self) -> SFUBRXR[src]

Bit 8 - Start-Frame UnBlock RX

pub fn mpm(&self) -> MPMR[src]

Bit 9 - Multi-Processor Mode

pub fn mpab(&self) -> MPABR[src]

Bit 10 - Multi-Processor Address-Bit

pub fn bit8dv(&self) -> BIT8DVR[src]

Bit 11 - Bit 8 Default Value

pub fn rxdmawu(&self) -> RXDMAWUR[src]

Bit 12 - RX DMA Wakeup

pub fn txdmawu(&self) -> TXDMAWUR[src]

Bit 13 - TX DMA Wakeup

pub fn txdelay(&self) -> TXDELAYR[src]

Bits 14:15 - TX Delay Transmission

Auto Trait Implementations

impl Send for R

impl Sync for R

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