[][src]Struct sam3x8e::twi1::sr::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 (automatically set / reset)

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

Bit 1 - Receive Holding Register Ready (automatically set / reset)

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

Bit 2 - Transmit Holding Register Ready (automatically set / reset)

pub fn svread(&self) -> SVREADR[src]

Bit 3 - Slave Read (automatically set / reset)

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

Bit 4 - Slave Access (automatically set / reset)

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

Bit 5 - General Call Access (clear on read)

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

Bit 6 - Overrun Error (clear on read)

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

Bit 8 - Not Acknowledged (clear on read)

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

Bit 9 - Arbitration Lost (clear on read)

pub fn sclws(&self) -> SCLWSR[src]

Bit 10 - Clock Wait State (automatically set / reset)

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

Bit 11 - End Of Slave Access (clear on read)

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

Bit 12 - End of RX buffer

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

Bit 13 - End of TX buffer

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

Bit 14 - RX Buffer Full

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

Bit 15 - TX Buffer Empty

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]