Struct atsamd51n::system_control::cpuid::CPUID_SPEC
source · [−]pub struct CPUID_SPEC;
Expand description
Trait Implementations
sourceimpl Readable for CPUID_SPEC
impl Readable for CPUID_SPEC
read()
method returns cpuid::R reader structure
sourceimpl RegisterSpec for CPUID_SPEC
impl RegisterSpec for CPUID_SPEC
sourceimpl Resettable for CPUID_SPEC
impl Resettable for CPUID_SPEC
reset()
method sets CPUID to value 0x410f_c240
sourcefn reset_value() -> Self::Ux
fn reset_value() -> Self::Ux
Reset value of the register.
Auto Trait Implementations
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
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more