pub struct R(_);
Expand description
Register CPUID
reader
Implementations
sourceimpl R
impl R
sourcepub fn revision(&self) -> REVISION_R
pub fn revision(&self) -> REVISION_R
Bits 0:3 - Processor revision number
sourcepub fn constant(&self) -> CONSTANT_R
pub fn constant(&self) -> CONSTANT_R
Bits 16:19 - Constant
sourcepub fn implementer(&self) -> IMPLEMENTER_R
pub fn implementer(&self) -> IMPLEMENTER_R
Bits 24:31 - Implementer code, 0x41=ARM
Methods from Deref<Target = R<CPUID_SPEC>>
Trait Implementations
sourceimpl From<R<CPUID_SPEC>> for R
impl From<R<CPUID_SPEC>> for R
sourcefn from(reader: R<CPUID_SPEC>) -> Self
fn from(reader: R<CPUID_SPEC>) -> Self
Converts to this type from the input type.
Auto Trait Implementations
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