[][src]Struct atsams70j20b::efc::eefc_fsr::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 frdy(&self) -> FRDY_R[src]

Bit 0 - Flash Ready Status (cleared when Flash is busy)

pub fn fcmde(&self) -> FCMDE_R[src]

Bit 1 - Flash Command Error Status (cleared on read or by writing EEFC_FCR)

pub fn flocke(&self) -> FLOCKE_R[src]

Bit 2 - Flash Lock Error Status (cleared on read)

pub fn flerr(&self) -> FLERR_R[src]

Bit 3 - Flash Error Status (cleared when a programming operation starts)

pub fn ueccelsb(&self) -> UECCELSB_R[src]

Bit 16 - Unique ECC Error on LSB Part of the Memory Flash Data Bus (cleared on read)

pub fn meccelsb(&self) -> MECCELSB_R[src]

Bit 17 - Multiple ECC Error on LSB Part of the Memory Flash Data Bus (cleared on read)

pub fn ueccemsb(&self) -> UECCEMSB_R[src]

Bit 18 - Unique ECC Error on MSB Part of the Memory Flash Data Bus (cleared on read)

pub fn meccemsb(&self) -> MECCEMSB_R[src]

Bit 19 - Multiple ECC Error on MSB Part of the Memory Flash Data Bus (cleared on read)

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