[][src]Struct sam3x8e::smc::imr::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 rb_rise(&self) -> RB_RISER[src]

Bit 4 - Ready Busy Rising Edge Detection Interrupt Mask

pub fn rb_fall(&self) -> RB_FALLR[src]

Bit 5 - Ready Busy Falling Edge Detection Interrupt Mask

pub fn xfrdone(&self) -> XFRDONER[src]

Bit 16 - Transfer Done Interrupt Mask

pub fn cmddone(&self) -> CMDDONER[src]

Bit 17 - Command Done Interrupt Mask

pub fn dtoe(&self) -> DTOER[src]

Bit 20 - Data Timeout Error Interrupt Mask

pub fn undef(&self) -> UNDEFR[src]

Bit 21 - Undefined Area Access Interrupt Mask5

pub fn awb(&self) -> AWBR[src]

Bit 22 - Accessing While Busy Interrupt Mask

pub fn nfcase(&self) -> NFCASER[src]

Bit 23 - NFC Access Size Error Interrupt Mask

pub fn rb_edge0(&self) -> RB_EDGE0R[src]

Bit 24 - Ready/Busy Line 0 Interrupt Mask

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]