[][src]Struct efr32xg1::leuart0::ien::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 - TXC Interrupt Enable

pub fn txbl(&mut self) -> _TXBLW
[src]

Bit 1 - TXBL Interrupt Enable

pub fn rxdatav(&mut self) -> _RXDATAVW
[src]

Bit 2 - RXDATAV Interrupt Enable

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

Bit 3 - RXOF Interrupt Enable

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

Bit 4 - RXUF Interrupt Enable

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

Bit 5 - TXOF Interrupt Enable

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

Bit 6 - PERR Interrupt Enable

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

Bit 7 - FERR Interrupt Enable

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

Bit 8 - MPAF Interrupt Enable

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

Bit 9 - STARTF Interrupt Enable

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

Bit 10 - SIGF Interrupt Enable

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]