pub struct W { /* private fields */ }
Expand description
Value to write to the register
Implementations§
Source§impl W
impl W
Sourcepub fn reset_value() -> W
pub fn reset_value() -> W
Reset value of the register
Sourcepub fn sram_pef(&mut self) -> _SRAM_PEFW<'_>
pub fn sram_pef(&mut self) -> _SRAM_PEFW<'_>
Bit 8 - SRAM parity flag
Sourcepub fn pvd_lock(&mut self) -> _PVD_LOCKW<'_>
pub fn pvd_lock(&mut self) -> _PVD_LOCKW<'_>
Bit 2 - PVD lock enable bit
Sourcepub fn sram_parity_lock(&mut self) -> _SRAM_PARITY_LOCKW<'_>
pub fn sram_parity_lock(&mut self) -> _SRAM_PARITY_LOCKW<'_>
Bit 1 - SRAM parity lock bit
Sourcepub fn locup_lock(&mut self) -> _LOCUP_LOCKW<'_>
pub fn locup_lock(&mut self) -> _LOCUP_LOCKW<'_>
Bit 0 - Cortex-M0 LOCKUP bit enable bit
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