Struct rp2040_pac::xip_ssi::ssi_version_id::SSI_VERSION_ID_SPEC
source · 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