pub struct VERSION_SPEC;
Expand description
NA
You can read
this register and get version::R
. See API.
Trait Implementations§
Source§impl RegisterSpec for VERSION_SPEC
impl RegisterSpec for VERSION_SPEC
Source§impl Resettable for VERSION_SPEC
reset()
method sets VERSION to value 0x3134_312a
impl Resettable for VERSION_SPEC
reset()
method sets VERSION to value 0x3134_312a
Source§const RESET_VALUE: u32 = 825_504_042u32
const RESET_VALUE: u32 = 825_504_042u32
Reset value of the register.
Source§fn reset_value() -> Self::Ux
fn reset_value() -> Self::Ux
Reset value of the register.
impl Readable for VERSION_SPEC
read()
method returns version::R
reader structure
Auto Trait Implementations§
impl Freeze for VERSION_SPEC
impl RefUnwindSafe for VERSION_SPEC
impl Send for VERSION_SPEC
impl Sync for VERSION_SPEC
impl Unpin for VERSION_SPEC
impl UnwindSafe for VERSION_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