pub struct R(/* private fields */);
Expand description
Register CFGR2
reader
Implementations§
Source§impl R
impl R
Sourcepub fn lockup_lock(&self) -> LOCKUP_LOCK_R
pub fn lockup_lock(&self) -> LOCKUP_LOCK_R
Bit 0 - Cortex-M0+ LOCKUP bit enable bit
Sourcepub fn sram_parity_lock(&self) -> SRAM_PARITY_LOCK_R
pub fn sram_parity_lock(&self) -> SRAM_PARITY_LOCK_R
Bit 1 - SRAM parity lock bit
Sourcepub fn pvd_lock(&self) -> PVD_LOCK_R
pub fn pvd_lock(&self) -> PVD_LOCK_R
Bit 2 - PVD lock enable bit
Sourcepub fn ecc_lock(&self) -> ECC_LOCK_R
pub fn ecc_lock(&self) -> ECC_LOCK_R
Bit 3 - ECC error lock bit
Sourcepub fn sram_pef(&self) -> SRAM_PEF_R
pub fn sram_pef(&self) -> SRAM_PEF_R
Bit 8 - SRAM parity error flag
Methods from Deref<Target = R<CFGR2_SPEC>>§
Sourcepub fn bits(&self) -> <REG as RegisterSpec>::Ux
pub fn bits(&self) -> <REG as RegisterSpec>::Ux
Reads raw bits from register.
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