pub struct SECR_SPEC;
Expand description
Trait Implementations§
Source§impl Resettable for SECR_SPEC
reset()
method sets SECR to value 0xf000_0000
impl Resettable for SECR_SPEC
reset()
method sets SECR to value 0xf000_0000
Source§fn reset_value() -> <SECR_SPEC as RegisterSpec>::Ux
fn reset_value() -> <SECR_SPEC as RegisterSpec>::Ux
Reset value of the register.
Auto Trait Implementations§
impl Freeze for SECR_SPEC
impl RefUnwindSafe for SECR_SPEC
impl Send for SECR_SPEC
impl Sync for SECR_SPEC
impl Unpin for SECR_SPEC
impl UnwindSafe for SECR_SPEC
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