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