Struct rp2040_pac::ppb::cpuid::CPUID_SPEC
source · pub struct CPUID_SPEC;
Expand description
Trait Implementations§
source§impl RegisterSpec for CPUID_SPEC
impl RegisterSpec for CPUID_SPEC
source§impl Resettable for CPUID_SPEC
impl Resettable for CPUID_SPEC
reset()
method sets CPUID to value 0x410c_c601
source§const RESET_VALUE: u32 = 1_091_356_161u32
const RESET_VALUE: u32 = 1_091_356_161u32
Reset value of the register.
source§fn reset_value() -> Self::Ux
fn reset_value() -> Self::Ux
Reset value of the register.
impl Readable for CPUID_SPEC
read()
method returns cpuid::R
reader structure
Auto Trait Implementations§
impl Freeze for CPUID_SPEC
impl RefUnwindSafe for CPUID_SPEC
impl Send for CPUID_SPEC
impl Sync for CPUID_SPEC
impl Unpin for CPUID_SPEC
impl UnwindSafe for CPUID_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