pub struct SECR_SPEC;Expand description
Trait Implementations
sourceimpl RegisterSpec for SECR_SPEC
 
impl RegisterSpec for SECR_SPEC
sourceimpl Resettable for SECR_SPEC
 
impl Resettable for SECR_SPEC
reset() method sets SECR to value 0
sourcefn reset_value() -> Self::Ux
 
fn reset_value() -> Self::Ux
Reset value of the register.
Auto Trait Implementations
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
sourceimpl<T> BorrowMut<T> for T where
    T: ?Sized, 
 
impl<T> BorrowMut<T> for T where
    T: ?Sized, 
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
 
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more