pub struct R { /* private fields */ }
Expand description
Value read from the register
Implementations§
Source§impl R
impl R
Sourcepub fn sram_parity_lock(&self) -> SRAM_PARITY_LOCKR
pub fn sram_parity_lock(&self) -> SRAM_PARITY_LOCKR
Bit 1 - SRAM parity lock bit
Sourcepub fn locup_lock(&self) -> LOCUP_LOCKR
pub fn locup_lock(&self) -> LOCUP_LOCKR
Bit 0 - Cortex-M0 LOCKUP bit enable bit
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