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