[][src]Struct efr32xg1::usart0::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 sync(&mut self) -> _SYNCW
[src]

Bit 0 - USART Synchronous Mode

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

Bit 1 - Loopback Enable

pub fn ccen(&mut self) -> _CCENW
[src]

Bit 2 - Collision Check Enable

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

Bit 3 - Multi-Processor Mode

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

Bit 4 - Multi-Processor Address-Bit

pub fn ovs(&mut self) -> _OVSW
[src]

Bits 5:6 - Oversampling

pub fn clkpol(&mut self) -> _CLKPOLW
[src]

Bit 8 - Clock Polarity

pub fn clkpha(&mut self) -> _CLKPHAW
[src]

Bit 9 - Clock Edge for Setup/Sample

pub fn msbf(&mut self) -> _MSBFW
[src]

Bit 10 - Most Significant Bit First

pub fn csma(&mut self) -> _CSMAW
[src]

Bit 11 - Action on Slave-Select in Master Mode

pub fn txbil(&mut self) -> _TXBILW
[src]

Bit 12 - TX Buffer Interrupt Level

pub fn rxinv(&mut self) -> _RXINVW
[src]

Bit 13 - Receiver Input Invert

pub fn txinv(&mut self) -> _TXINVW
[src]

Bit 14 - Transmitter Output Invert

pub fn csinv(&mut self) -> _CSINVW
[src]

Bit 15 - Chip Select Invert

pub fn autocs(&mut self) -> _AUTOCSW
[src]

Bit 16 - Automatic Chip Select

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

Bit 17 - Automatic TX Tristate

pub fn scmode(&mut self) -> _SCMODEW
[src]

Bit 18 - SmartCard Mode

pub fn scretrans(&mut self) -> _SCRETRANSW
[src]

Bit 19 - SmartCard Retransmit

pub fn skipperrf(&mut self) -> _SKIPPERRFW
[src]

Bit 20 - Skip Parity Error Frames

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

Bit 21 - Bit 8 Default Value

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

Bit 22 - Halt DMA on Error

pub fn errsrx(&mut self) -> _ERRSRXW
[src]

Bit 23 - Disable RX on Error

pub fn errstx(&mut self) -> _ERRSTXW
[src]

Bit 24 - Disable TX on Error

pub fn sssearly(&mut self) -> _SSSEARLYW
[src]

Bit 25 - Synchronous Slave Setup Early

pub fn byteswap(&mut self) -> _BYTESWAPW
[src]

Bit 28 - Byteswap in Double Accesses

pub fn autotx(&mut self) -> _AUTOTXW
[src]

Bit 29 - Always Transmit When RX Not Full

pub fn mvdis(&mut self) -> _MVDISW
[src]

Bit 30 - Majority Vote Disable

pub fn smsdelay(&mut self) -> _SMSDELAYW
[src]

Bit 31 - Synchronous Master Sample Delay

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]