[][src]Struct efm32gg11b820::usart4::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 rxfull(&mut self) -> _RXFULLW[src]

Bit 3 - RXFULL Interrupt Enable

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

Bit 4 - RXOF Interrupt Enable

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

Bit 5 - RXUF Interrupt Enable

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

Bit 6 - TXOF Interrupt Enable

pub fn txuf(&mut self) -> _TXUFW[src]

Bit 7 - TXUF Interrupt Enable

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

Bit 8 - PERR Interrupt Enable

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

Bit 9 - FERR Interrupt Enable

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

Bit 10 - MPAF Interrupt Enable

pub fn ssm(&mut self) -> _SSMW[src]

Bit 11 - SSM Interrupt Enable

pub fn ccf(&mut self) -> _CCFW[src]

Bit 12 - CCF Interrupt Enable

pub fn txidle(&mut self) -> _TXIDLEW[src]

Bit 13 - TXIDLE Interrupt Enable

pub fn tcmp0(&mut self) -> _TCMP0W[src]

Bit 14 - TCMP0 Interrupt Enable

pub fn tcmp1(&mut self) -> _TCMP1W[src]

Bit 15 - TCMP1 Interrupt Enable

pub fn tcmp2(&mut self) -> _TCMP2W[src]

Bit 16 - TCMP2 Interrupt Enable

Auto Trait Implementations

impl Send for W

impl Sync for W

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