pub struct W(/* private fields */);
Expand description
Register CFGR2
writer
Implementations§
Source§impl W
impl W
Sourcepub fn lockup_lock(&mut self) -> LOCKUP_LOCK_W<'_>
pub fn lockup_lock(&mut self) -> LOCKUP_LOCK_W<'_>
Bit 0 - Cortex-M0+ LOCKUP bit enable bit
Sourcepub fn sram_parity_lock(&mut self) -> SRAM_PARITY_LOCK_W<'_>
pub fn sram_parity_lock(&mut self) -> SRAM_PARITY_LOCK_W<'_>
Bit 1 - SRAM parity lock bit
Sourcepub fn pvd_lock(&mut self) -> PVD_LOCK_W<'_>
pub fn pvd_lock(&mut self) -> PVD_LOCK_W<'_>
Bit 2 - PVD lock enable bit
Sourcepub fn ecc_lock(&mut self) -> ECC_LOCK_W<'_>
pub fn ecc_lock(&mut self) -> ECC_LOCK_W<'_>
Bit 3 - ECC error lock bit
Sourcepub fn sram_pef(&mut self) -> SRAM_PEF_W<'_>
pub fn sram_pef(&mut self) -> SRAM_PEF_W<'_>
Bit 8 - SRAM parity error flag
Methods from Deref<Target = W<CFGR2_SPEC>>§
Sourcepub unsafe fn bits(&mut self, bits: <REG as RegisterSpec>::Ux) -> &mut W<REG>
pub unsafe fn bits(&mut self, bits: <REG as RegisterSpec>::Ux) -> &mut W<REG>
Writes raw bits to the register.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for W
impl RefUnwindSafe for W
impl Send for W
impl Sync for W
impl Unpin for W
impl UnwindSafe for W
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