pub struct R(/* private fields */);Expand description
Register ID reader
Implementations§
Source§impl R
impl R
Sourcepub fn rtl_version(&self) -> RTL_VERSION_R
pub fn rtl_version(&self) -> RTL_VERSION_R
Bits 0:5 - RTL Release Version
Sourcepub fn part_num(&self) -> PART_NUM_R
pub fn part_num(&self) -> PART_NUM_R
Bits 6:9 - Part Number ID
Sourcepub fn cache_id(&self) -> CACHE_ID_R
pub fn cache_id(&self) -> CACHE_ID_R
Bits 10:15 - Cache ID
Trait Implementations§
Auto Trait Implementations§
impl Freeze for R
impl RefUnwindSafe for R
impl Send for R
impl Sync for R
impl Unpin for R
impl UnsafeUnpin for R
impl UnwindSafe for R
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