pub struct SSI_VERSION_ID_SPEC;
Expand description
Version ID
You can read
this register and get ssi_version_id::R
. See API.
Trait Implementations§
Source§impl RegisterSpec for SSI_VERSION_ID_SPEC
impl RegisterSpec for SSI_VERSION_ID_SPEC
Source§impl Resettable for SSI_VERSION_ID_SPEC
impl Resettable for SSI_VERSION_ID_SPEC
reset()
method sets SSI_VERSION_ID to value 0x3430_312a
Source§const RESET_VALUE: u32 = 875_573_546u32
const RESET_VALUE: u32 = 875_573_546u32
Reset value of the register.
Source§fn reset_value() -> Self::Ux
fn reset_value() -> Self::Ux
Reset value of the register.
impl Readable for SSI_VERSION_ID_SPEC
read()
method returns ssi_version_id::R
reader structure
Auto Trait Implementations§
impl Freeze for SSI_VERSION_ID_SPEC
impl RefUnwindSafe for SSI_VERSION_ID_SPEC
impl Send for SSI_VERSION_ID_SPEC
impl Sync for SSI_VERSION_ID_SPEC
impl Unpin for SSI_VERSION_ID_SPEC
impl UnwindSafe for SSI_VERSION_ID_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