pub struct R(/* private fields */);Expand description
Register IF reader
Implementations§
Source§impl R
impl R
Sourcepub fn icacherr(&self) -> ICACHERR_R
pub fn icacherr(&self) -> ICACHERR_R
Bit 5 - ICache RAM Parity Error Flag
Sourcepub fn lvewrite(&self) -> LVEWRITE_R
pub fn lvewrite(&self) -> LVEWRITE_R
Bit 8 - Flash LVE Write Error Flag
Sourcepub fn ramerr1b(&self) -> RAMERR1B_R
pub fn ramerr1b(&self) -> RAMERR1B_R
Bit 16 - RAM 1-bit ECC Error Interrupt Flag
Sourcepub fn ramerr2b(&self) -> RAMERR2B_R
pub fn ramerr2b(&self) -> RAMERR2B_R
Bit 17 - RAM 2-bit ECC Error Interrupt Flag
Sourcepub fn ram1err1b(&self) -> RAM1ERR1B_R
pub fn ram1err1b(&self) -> RAM1ERR1B_R
Bit 18 - RAM1 1-bit ECC Error Interrupt Flag
Sourcepub fn ram1err2b(&self) -> RAM1ERR2B_R
pub fn ram1err2b(&self) -> RAM1ERR2B_R
Bit 19 - RAM1 2-bit ECC Error Interrupt Flag
Sourcepub fn ram2err1b(&self) -> RAM2ERR1B_R
pub fn ram2err1b(&self) -> RAM2ERR1B_R
Bit 20 - RAM2 1-bit ECC Error Interrupt Flag
Sourcepub fn ram2err2b(&self) -> RAM2ERR2B_R
pub fn ram2err2b(&self) -> RAM2ERR2B_R
Bit 21 - RAM2 2-bit ECC Error Interrupt Flag
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