[][src]Struct efm32gg11b820::i2c0::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 start(&mut self) -> _STARTW[src]

Bit 0 - Set START Interrupt Flag

pub fn rstart(&mut self) -> _RSTARTW[src]

Bit 1 - Set RSTART Interrupt Flag

pub fn addr(&mut self) -> _ADDRW[src]

Bit 2 - Set ADDR Interrupt Flag

pub fn txc(&mut self) -> _TXCW[src]

Bit 3 - Set TXC Interrupt Flag

pub fn ack(&mut self) -> _ACKW[src]

Bit 6 - Set ACK Interrupt Flag

pub fn nack(&mut self) -> _NACKW[src]

Bit 7 - Set NACK Interrupt Flag

pub fn mstop(&mut self) -> _MSTOPW[src]

Bit 8 - Set MSTOP Interrupt Flag

pub fn arblost(&mut self) -> _ARBLOSTW[src]

Bit 9 - Set ARBLOST Interrupt Flag

pub fn buserr(&mut self) -> _BUSERRW[src]

Bit 10 - Set BUSERR Interrupt Flag

pub fn bushold(&mut self) -> _BUSHOLDW[src]

Bit 11 - Set BUSHOLD Interrupt Flag

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

Bit 12 - Set TXOF Interrupt Flag

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

Bit 13 - Set RXUF Interrupt Flag

pub fn bito(&mut self) -> _BITOW[src]

Bit 14 - Set BITO Interrupt Flag

pub fn clto(&mut self) -> _CLTOW[src]

Bit 15 - Set CLTO Interrupt Flag

pub fn sstop(&mut self) -> _SSTOPW[src]

Bit 16 - Set SSTOP Interrupt Flag

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

Bit 17 - Set RXFULL Interrupt Flag

pub fn clerr(&mut self) -> _CLERRW[src]

Bit 18 - Set CLERR 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