[][src]Struct atsams70n19::twihs0::twihs_smr::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 nacken(&mut self) -> _NACKENW[src]

Bit 0 - Slave Receiver Data Phase NACK enable

pub fn smda(&mut self) -> _SMDAW[src]

Bit 2 - SMBus Default Address

pub fn smhh(&mut self) -> _SMHHW[src]

Bit 3 - SMBus Host Header

pub fn sclwsdis(&mut self) -> _SCLWSDISW[src]

Bit 6 - Clock Wait State Disable

pub fn mask(&mut self) -> _MASKW[src]

Bits 8:14 - Slave Address Mask

pub fn sadr(&mut self) -> _SADRW[src]

Bits 16:22 - Slave Address

pub fn sadr1en(&mut self) -> _SADR1ENW[src]

Bit 28 - Slave Address 1 Enable

pub fn sadr2en(&mut self) -> _SADR2ENW[src]

Bit 29 - Slave Address 2 Enable

pub fn sadr3en(&mut self) -> _SADR3ENW[src]

Bit 30 - Slave Address 3 Enable

pub fn datamen(&mut self) -> _DATAMENW[src]

Bit 31 - Data Matching 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