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

Bit 0 - START Interrupt Enable

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

Bit 1 - RSTART Interrupt Enable

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

Bit 2 - ADDR Interrupt Enable

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

Bit 3 - TXC Interrupt Enable

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

Bit 4 - TXBL Interrupt Enable

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

Bit 5 - RXDATAV Interrupt Enable

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

Bit 6 - ACK Interrupt Enable

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

Bit 7 - NACK Interrupt Enable

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

Bit 8 - MSTOP Interrupt Enable

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

Bit 9 - ARBLOST Interrupt Enable

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

Bit 10 - BUSERR Interrupt Enable

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

Bit 11 - BUSHOLD Interrupt Enable

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

Bit 12 - TXOF Interrupt Enable

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

Bit 13 - RXUF Interrupt Enable

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

Bit 14 - BITO Interrupt Enable

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

Bit 15 - CLTO Interrupt Enable

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

Bit 16 - SSTOP Interrupt Enable

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

Bit 17 - RXFULL Interrupt Enable

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

Bit 18 - CLERR 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
    U: Into<T>, 
[src]

type Error = Infallible

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

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