[][src]Struct atsams70n20::twihs0::twihs_ier::W

pub struct W { /* fields omitted */ }

Value to write to the register

Methods

impl W[src]

pub unsafe fn bits(&mut self, bits: u32) -> &mut Self[src]

Writes raw bits to the register

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 unre(&mut self) -> _UNREW[src]

Bit 7 - Underrun 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 mcack(&mut self) -> _MCACKW[src]

Bit 16 - Master Code Acknowledge Interrupt Enable

pub fn tout(&mut self) -> _TOUTW[src]

Bit 18 - Timeout Error Interrupt Enable

pub fn pecerr(&mut self) -> _PECERRW[src]

Bit 19 - PEC Error Interrupt Enable

pub fn smbdam(&mut self) -> _SMBDAMW[src]

Bit 20 - SMBus Default Address Match Interrupt Enable

pub fn smbhhm(&mut self) -> _SMBHHMW[src]

Bit 21 - SMBus Host Header Address Match Interrupt Enable

Auto Trait Implementations

impl Unpin for W

impl Sync for W

impl Send for W

Blanket Implementations

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> From<T> for T[src]

impl<T, U> TryInto<U> 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> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Same<T> for T

type Output = T

Should always be Self