[][src]Struct efr32xg1::i2c0::if_::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 Condition Interrupt Flag

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

Bit 1 - Repeated START Condition Interrupt Flag

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

Bit 2 - Address Interrupt Flag

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

Bit 3 - Transfer Completed Interrupt Flag

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

Bit 4 - Transmit Buffer Level Interrupt Flag

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

Bit 5 - Receive Data Valid Interrupt Flag

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

Bit 6 - Acknowledge Received Interrupt Flag

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

Bit 7 - Not Acknowledge Received Interrupt Flag

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

Bit 8 - Master STOP Condition Interrupt Flag

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

Bit 9 - Arbitration Lost Interrupt Flag

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

Bit 10 - Bus Error Interrupt Flag

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

Bit 11 - Bus Held Interrupt Flag

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

Bit 12 - Transmit Buffer Overflow Interrupt Flag

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

Bit 13 - Receive Buffer Underflow Interrupt Flag

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

Bit 14 - Bus Idle Timeout Interrupt Flag

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

Bit 15 - Clock Low Timeout Interrupt Flag

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

Bit 16 - Slave STOP Condition Interrupt Flag

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

Bit 17 - Receive Buffer Full Interrupt Flag

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

Bit 18 - Clock Low Error Interrupt Flag

Auto Trait Implementations

impl Send for R

impl Sync for R

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]