[][src]Struct efr32xg1::leuart0::ifs::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 txc(&mut self) -> _TXCW
[src]

Bit 0 - Set TXC Interrupt Flag

pub fn rxof(&mut self) -> _RXOFW
[src]

Bit 3 - Set RXOF Interrupt Flag

pub fn rxuf(&mut self) -> _RXUFW
[src]

Bit 4 - Set RXUF Interrupt Flag

pub fn txof(&mut self) -> _TXOFW
[src]

Bit 5 - Set TXOF Interrupt Flag

pub fn perr(&mut self) -> _PERRW
[src]

Bit 6 - Set PERR Interrupt Flag

pub fn ferr(&mut self) -> _FERRW
[src]

Bit 7 - Set FERR Interrupt Flag

pub fn mpaf(&mut self) -> _MPAFW
[src]

Bit 8 - Set MPAF Interrupt Flag

pub fn startf(&mut self) -> _STARTFW
[src]

Bit 9 - Set STARTF Interrupt Flag

pub fn sigf(&mut self) -> _SIGFW
[src]

Bit 10 - Set SIGF Interrupt Flag

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]