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

Bit 0 - Clear START Interrupt Flag

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

Bit 1 - Clear RSTART Interrupt Flag

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

Bit 2 - Clear ADDR Interrupt Flag

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

Bit 3 - Clear TXC Interrupt Flag

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

Bit 6 - Clear ACK Interrupt Flag

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

Bit 7 - Clear NACK Interrupt Flag

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

Bit 8 - Clear MSTOP Interrupt Flag

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

Bit 9 - Clear ARBLOST Interrupt Flag

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

Bit 10 - Clear BUSERR Interrupt Flag

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

Bit 11 - Clear BUSHOLD Interrupt Flag

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

Bit 12 - Clear TXOF Interrupt Flag

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

Bit 13 - Clear RXUF Interrupt Flag

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

Bit 14 - Clear BITO Interrupt Flag

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

Bit 15 - Clear CLTO Interrupt Flag

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

Bit 16 - Clear SSTOP Interrupt Flag

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

Bit 17 - Clear RXFULL Interrupt Flag

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

Bit 18 - Clear CLERR 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]