[][src]Struct efr32xg1::leuart0::ctrl::W

pub struct W { /* fields omitted */ }

Value to write to the register

Methods

impl W
[src]

pub fn reset_value() -> W
[src]

Reset value of the register

pub unsafe fn bits(&mut self, bits: u32) -> &mut Self
[src]

Writes raw bits to the register

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

Bit 0 - Automatic Transmitter Tristate

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

Bit 1 - Data-Bit Mode

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

Bits 2:3 - Parity-Bit Mode

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

Bit 4 - Stop-Bit Mode

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

Bit 5 - Invert Input and Output

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

Bit 6 - Clear RX DMA on Error

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

Bit 7 - Loopback Enable

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

Bit 8 - Start-Frame UnBlock RX

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

Bit 9 - Multi-Processor Mode

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

Bit 10 - Multi-Processor Address-Bit

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

Bit 11 - Bit 8 Default Value

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

Bit 12 - RX DMA Wakeup

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

Bit 13 - TX DMA Wakeup

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

Bits 14:15 - TX Delay Transmission

Auto Trait Implementations

impl Send for W

impl Sync for W

Blanket Implementations

impl<T> From for T
[src]

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

type Error = !

🔬 This is a nightly-only experimental API. (try_from)

The type returned in the event of a conversion error.

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

type Error = <U as TryFrom<T>>::Error

🔬 This is a nightly-only experimental API. (try_from)

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]