pub struct LOCK_KEY_W<'a> { /* private fields */ }Expand description
Field LOCK_KEY writer - 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]
Implementations§
Auto Trait Implementations§
impl<'a> Freeze for LOCK_KEY_W<'a>
impl<'a> RefUnwindSafe for LOCK_KEY_W<'a>
impl<'a> Send for LOCK_KEY_W<'a>
impl<'a> Sync for LOCK_KEY_W<'a>
impl<'a> Unpin for LOCK_KEY_W<'a>
impl<'a> !UnwindSafe for LOCK_KEY_W<'a>
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