[][src]Struct sam3x8e::smc::ecc_sr1::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 recerr0(&self) -> RECERR0R[src]

Bit 0 - Recoverable Error

pub fn eccerr0(&self) -> ECCERR0R[src]

Bit 1 - ECC Error

pub fn mulerr0(&self) -> MULERR0R[src]

Bit 2 - Multiple Error

pub fn recerr1(&self) -> RECERR1R[src]

Bit 4 - Recoverable Error in the page between the 256th and the 511th bytes or the 512nd and the 1023rd bytes

pub fn eccerr1(&self) -> ECCERR1R[src]

Bit 5 - ECC Error in the page between the 256th and the 511th bytes or between the 512nd and the 1023rd bytes

pub fn mulerr1(&self) -> MULERR1R[src]

Bit 6 - Multiple Error in the page between the 256th and the 511th bytes or between the 512nd and the 1023rd bytes

pub fn recerr2(&self) -> RECERR2R[src]

Bit 8 - Recoverable Error in the page between the 512nd and the 767th bytes or between the 1024th and the 1535th bytes

pub fn eccerr2(&self) -> ECCERR2R[src]

Bit 9 - ECC Error in the page between the 512nd and the 767th bytes or between the 1024th and the 1535th bytes

pub fn mulerr2(&self) -> MULERR2R[src]

Bit 10 - Multiple Error in the page between the 512nd and the 767th bytes or between the 1024th and the 1535th bytes

pub fn recerr3(&self) -> RECERR3R[src]

Bit 12 - Recoverable Error in the page between the 768th and the 1023rd bytes or between the 1536th and the 2047th bytes

pub fn eccerr3(&self) -> ECCERR3R[src]

Bit 13 - ECC Error in the page between the 768th and the 1023rd bytes or between the 1536th and the 2047th bytes

pub fn mulerr3(&self) -> MULERR3R[src]

Bit 14 - Multiple Error in the page between the 768th and the 1023rd bytes or between the 1536th and the 2047th bytes

pub fn recerr4(&self) -> RECERR4R[src]

Bit 16 - Recoverable Error in the page between the 1024th and the 1279th bytes or between the 2048th and the 2559th bytes

pub fn eccerr4(&self) -> ECCERR4R[src]

Bit 17 - ECC Error in the page between the 1024th and the 1279th bytes or between the 2048th and the 2559th bytes

pub fn mulerr4(&self) -> MULERR4R[src]

Bit 18 - Multiple Error in the page between the 1024th and the 1279th bytes or between the 2048th and the 2559th bytes

pub fn recerr5(&self) -> RECERR5R[src]

Bit 20 - Recoverable Error in the page between the 1280th and the 1535th bytes or between the 2560th and the 3071st bytes

pub fn eccerr5(&self) -> ECCERR5R[src]

Bit 21 - ECC Error in the page between the 1280th and the 1535th bytes or between the 2560th and the 3071st bytes

pub fn mulerr5(&self) -> MULERR5R[src]

Bit 22 - Multiple Error in the page between the 1280th and the 1535th bytes or between the 2560th and the 3071st bytes

pub fn recerr6(&self) -> RECERR6R[src]

Bit 24 - Recoverable Error in the page between the 1536th and the 1791st bytes or between the 3072nd and the 3583rd bytes

pub fn eccerr6(&self) -> ECCERR6R[src]

Bit 25 - ECC Error in the page between the 1536th and the 1791st bytes or between the 3072nd and the 3583rd bytes

pub fn mulerr6(&self) -> MULERR6R[src]

Bit 26 - Multiple Error in the page between the 1536th and the 1791st bytes or between the 3072nd and the 3583rd bytes

pub fn recerr7(&self) -> RECERR7R[src]

Bit 28 - Recoverable Error in the page between the 1792nd and the 2047th bytes or between the 3584th and the 4095th bytes

pub fn eccerr7(&self) -> ECCERR7R[src]

Bit 29 - ECC Error in the page between the 1792nd and the 2047th bytes or between the 3584th and the 4095th bytes

pub fn mulerr7(&self) -> MULERR7R[src]

Bit 30 - Multiple Error in the page between the 1792nd and the 2047th bytes or between the 3584th and the 4095th bytes

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]