[][src]Struct efm32gg11b820::uart0::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 sync(&self) -> SYNCR[src]

Bit 0 - USART Synchronous Mode

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

Bit 1 - Loopback Enable

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

Bit 2 - Collision Check Enable

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

Bit 3 - Multi-Processor Mode

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

Bit 4 - Multi-Processor Address-Bit

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

Bits 5:6 - Oversampling

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

Bit 8 - Clock Polarity

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

Bit 9 - Clock Edge for Setup/Sample

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

Bit 10 - Most Significant Bit First

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

Bit 11 - Action on Slave-Select in Master Mode

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

Bit 12 - TX Buffer Interrupt Level

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

Bit 13 - Receiver Input Invert

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

Bit 14 - Transmitter Output Invert

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

Bit 15 - Chip Select Invert

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

Bit 16 - Automatic Chip Select

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

Bit 17 - Automatic TX Tristate

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

Bit 18 - SmartCard Mode

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

Bit 19 - SmartCard Retransmit

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

Bit 20 - Skip Parity Error Frames

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

Bit 21 - Bit 8 Default Value

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

Bit 22 - Halt DMA on Error

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

Bit 23 - Disable RX on Error

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

Bit 24 - Disable TX on Error

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

Bit 25 - Synchronous Slave Setup Early

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

Bit 28 - Byteswap in Double Accesses

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

Bit 29 - Always Transmit When RX Not Full

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

Bit 30 - Majority Vote Disable

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

Bit 31 - Synchronous Master Sample Delay

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