pub struct R(/* private fields */);Expand description
Register ECCCTRL reader
Implementations§
Source§impl R
impl R
Sourcepub fn rameccewen(&self) -> RAMECCEWEN_R
pub fn rameccewen(&self) -> RAMECCEWEN_R
Bit 0 - RAM ECC Write Enable
Sourcepub fn rameccchken(&self) -> RAMECCCHKEN_R
pub fn rameccchken(&self) -> RAMECCCHKEN_R
Bit 1 - RAM ECC Check Enable
Sourcepub fn ram1eccewen(&self) -> RAM1ECCEWEN_R
pub fn ram1eccewen(&self) -> RAM1ECCEWEN_R
Bit 2 - RAM1 ECC Write Enable
Sourcepub fn ram1eccchken(&self) -> RAM1ECCCHKEN_R
pub fn ram1eccchken(&self) -> RAM1ECCCHKEN_R
Bit 3 - RAM1 ECC Check Enable
Sourcepub fn ram2eccewen(&self) -> RAM2ECCEWEN_R
pub fn ram2eccewen(&self) -> RAM2ECCEWEN_R
Bit 4 - RAM2 ECC Write Enable
Sourcepub fn ram2eccchken(&self) -> RAM2ECCCHKEN_R
pub fn ram2eccchken(&self) -> RAM2ECCCHKEN_R
Bit 5 - RAM2 ECC Check Enable
Methods from Deref<Target = R<ECCCTRL_SPEC>>§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for R
impl RefUnwindSafe for R
impl Send for R
impl Sync for R
impl Unpin for R
impl UnwindSafe for R
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more