[][src]Struct efr32xg1::leuart0::syncbusy::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 ctrl(&self) -> CTRLR
[src]

Bit 0 - CTRL Register Busy

pub fn cmd(&self) -> CMDR
[src]

Bit 1 - CMD Register Busy

pub fn clkdiv(&self) -> CLKDIVR
[src]

Bit 2 - CLKDIV Register Busy

pub fn startframe(&self) -> STARTFRAMER
[src]

Bit 3 - STARTFRAME Register Busy

pub fn sigframe(&self) -> SIGFRAMER
[src]

Bit 4 - SIGFRAME Register Busy

pub fn txdatax(&self) -> TXDATAXR
[src]

Bit 5 - TXDATAX Register Busy

pub fn txdata(&self) -> TXDATAR
[src]

Bit 6 - TXDATA Register Busy

pub fn pulsectrl(&self) -> PULSECTRLR
[src]

Bit 7 - PULSECTRL Register Busy

Auto Trait Implementations

impl Send for R

impl Sync for R

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]