[][src]Struct sam3x8e::twi0::imr::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 txcomp(&self) -> TXCOMPR[src]

Bit 0 - Transmission Completed Interrupt Mask

pub fn rxrdy(&self) -> RXRDYR[src]

Bit 1 - Receive Holding Register Ready Interrupt Mask

pub fn txrdy(&self) -> TXRDYR[src]

Bit 2 - Transmit Holding Register Ready Interrupt Mask

pub fn svacc(&self) -> SVACCR[src]

Bit 4 - Slave Access Interrupt Mask

pub fn gacc(&self) -> GACCR[src]

Bit 5 - General Call Access Interrupt Mask

pub fn ovre(&self) -> OVRER[src]

Bit 6 - Overrun Error Interrupt Mask

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

Bit 8 - Not Acknowledge Interrupt Mask

pub fn arblst(&self) -> ARBLSTR[src]

Bit 9 - Arbitration Lost Interrupt Mask

pub fn scl_ws(&self) -> SCL_WSR[src]

Bit 10 - Clock Wait State Interrupt Mask

pub fn eosacc(&self) -> EOSACCR[src]

Bit 11 - End Of Slave Access Interrupt Mask

pub fn endrx(&self) -> ENDRXR[src]

Bit 12 - End of Receive Buffer Interrupt Mask

pub fn endtx(&self) -> ENDTXR[src]

Bit 13 - End of Transmit Buffer Interrupt Mask

pub fn rxbuff(&self) -> RXBUFFR[src]

Bit 14 - Receive Buffer Full Interrupt Mask

pub fn txbufe(&self) -> TXBUFER[src]

Bit 15 - Transmit Buffer Empty Interrupt Mask

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
    U: Into<T>, 
[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]