pub struct RVR_SPEC;
Expand description
Trait Implementations
sourceimpl RegisterSpec for RVR_SPEC
impl RegisterSpec for RVR_SPEC
sourceimpl Resettable for RVR_SPEC
impl Resettable for RVR_SPEC
reset()
method sets RVR to value 0
sourcefn reset_value() -> Self::Ux
fn reset_value() -> Self::Ux
Reset value of the register.
Auto Trait Implementations
impl RefUnwindSafe for RVR_SPEC
impl Send for RVR_SPEC
impl Sync for RVR_SPEC
impl Unpin for RVR_SPEC
impl UnwindSafe for RVR_SPEC
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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