[][src]Struct efm32gg11b820::i2c1::ien::R

pub struct R { /* fields omitted */ }

Value read from the register

Methods

impl R[src]

pub fn bits(&self) -> u32[src]

Value of the register as raw bits

pub fn start(&self) -> STARTR[src]

Bit 0 - START Interrupt Enable

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

Bit 1 - RSTART Interrupt Enable

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

Bit 2 - ADDR Interrupt Enable

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

Bit 3 - TXC Interrupt Enable

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

Bit 4 - TXBL Interrupt Enable

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

Bit 5 - RXDATAV Interrupt Enable

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

Bit 6 - ACK Interrupt Enable

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

Bit 7 - NACK Interrupt Enable

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

Bit 8 - MSTOP Interrupt Enable

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

Bit 9 - ARBLOST Interrupt Enable

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

Bit 10 - BUSERR Interrupt Enable

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

Bit 11 - BUSHOLD Interrupt Enable

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

Bit 12 - TXOF Interrupt Enable

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

Bit 13 - RXUF Interrupt Enable

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

Bit 14 - BITO Interrupt Enable

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

Bit 15 - CLTO Interrupt Enable

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

Bit 16 - SSTOP Interrupt Enable

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

Bit 17 - RXFULL Interrupt Enable

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

Bit 18 - CLERR Interrupt Enable

Auto Trait Implementations

impl Send for R

impl Sync for R

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