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

Bit 0 - Slave Receiver Data Phase NACK enable

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

Bit 2 - SMBus Default Address

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

Bit 3 - SMBus Host Header

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

Bit 6 - Clock Wait State Disable

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

Bits 8:14 - Slave Address Mask

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

Bits 16:22 - Slave Address

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

Bit 28 - Slave Address 1 Enable

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

Bit 29 - Slave Address 2 Enable

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

Bit 30 - Slave Address 3 Enable

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

Bit 31 - Data Matching Enable

Auto Trait Implementations

impl Unpin for R

impl Sync for R

impl Send for R

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