[][src]Struct efm32gg11b820::uart0::ifc::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 - Clear TXC Interrupt Flag

pub fn rxfull(&mut self) -> _RXFULLW[src]

Bit 3 - Clear RXFULL Interrupt Flag

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

Bit 4 - Clear RXOF Interrupt Flag

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

Bit 5 - Clear RXUF Interrupt Flag

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

Bit 6 - Clear TXOF Interrupt Flag

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

Bit 7 - Clear TXUF Interrupt Flag

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

Bit 8 - Clear PERR Interrupt Flag

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

Bit 9 - Clear FERR Interrupt Flag

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

Bit 10 - Clear MPAF Interrupt Flag

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

Bit 11 - Clear SSM Interrupt Flag

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

Bit 12 - Clear CCF Interrupt Flag

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

Bit 13 - Clear TXIDLE Interrupt Flag

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

Bit 14 - Clear TCMP0 Interrupt Flag

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

Bit 15 - Clear TCMP1 Interrupt Flag

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

Bit 16 - Clear TCMP2 Interrupt Flag

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