pub struct W(/* private fields */);Expand description
Register LOCK_KEY_CTRL writer
Implementations§
Source§impl W
impl W
Sourcepub fn lock_key_en(&mut self) -> LOCK_KEY_EN_W<'_>
pub fn lock_key_en(&mut self) -> LOCK_KEY_EN_W<'_>
Bit 0 - 0: lock disabled, write to register enabled, 1: lock enable, write to register disabled
Sourcepub fn lock_key(&mut self) -> LOCK_KEY_W<'_>
pub fn lock_key(&mut self) -> LOCK_KEY_W<'_>
Bits 1:31 - Enable write access to all below registers by writing 0x1ACCE551. Disable write access by writing any other value. M4 WDT Intr/reset clear - 0x4000_4830[4:3], M4 WDT Intr/reset enable AP - 0x4000_4834[4:3], Pad #43 (AP_INTR) - 0x40004CAC[12:0], M4 Low Power Configuration - 0x40004484[1:0], M4 WDT Clock Gate - 0x40004054[0]
Methods from Deref<Target = W<LOCK_KEY_CTRL_SPEC>>§
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