pub struct VRrs;
Expand description
Trait Implementations§
Source§impl Resettable for VRrs
reset()
method sets VR to value 0x3133_302a
impl Resettable for VRrs
reset()
method sets VR to value 0x3133_302a
Source§const RESET_VALUE: u32 = 825_438_250u32
const RESET_VALUE: u32 = 825_438_250u32
Reset value of the register.
Source§fn reset_value() -> Self::Ux
fn reset_value() -> Self::Ux
Reset value of the register.
impl Readable for VRrs
read()
method returns vr::R
reader structure
Auto Trait Implementations§
impl Freeze for VRrs
impl RefUnwindSafe for VRrs
impl Send for VRrs
impl Sync for VRrs
impl Unpin for VRrs
impl UnwindSafe for VRrs
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