[][src]Struct sam3x8e::twi0::ier::W

pub struct W { /* fields omitted */ }

Value to write to the register

Methods

impl W[src]

pub fn txcomp(&mut self) -> _TXCOMPW[src]

Bit 0 - Transmission Completed Interrupt Enable

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

Bit 1 - Receive Holding Register Ready Interrupt Enable

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

Bit 2 - Transmit Holding Register Ready Interrupt Enable

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

Bit 4 - Slave Access Interrupt Enable

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

Bit 5 - General Call Access Interrupt Enable

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

Bit 6 - Overrun Error Interrupt Enable

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

Bit 8 - Not Acknowledge Interrupt Enable

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

Bit 9 - Arbitration Lost Interrupt Enable

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

Bit 10 - Clock Wait State Interrupt Enable

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

Bit 11 - End Of Slave Access Interrupt Enable

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

Bit 12 - End of Receive Buffer Interrupt Enable

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

Bit 13 - End of Transmit Buffer Interrupt Enable

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

Bit 14 - Receive Buffer Full Interrupt Enable

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

Bit 15 - Transmit Buffer Empty 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 = !

🔬 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]