#[repr(transparent)]pub struct Lpsmclr(pub u32);Expand description
SNVS_LP Secure Monotonic Counter LSB Register
Tuple Fields§
§0: u32Implementations§
Source§impl Lpsmclr
impl Lpsmclr
Sourcepub const fn mon_counter(&self) -> u32
pub const fn mon_counter(&self) -> u32
Monotonic Counter bits Note that writing to this register does not change the value of this field to the value that was written
Sourcepub const fn set_mon_counter(&mut self, val: u32)
pub const fn set_mon_counter(&mut self, val: u32)
Monotonic Counter bits Note that writing to this register does not change the value of this field to the value that was written
Trait Implementations§
impl Copy for Lpsmclr
impl Eq for Lpsmclr
impl StructuralPartialEq for Lpsmclr
Auto Trait Implementations§
impl Freeze for Lpsmclr
impl RefUnwindSafe for Lpsmclr
impl Send for Lpsmclr
impl Sync for Lpsmclr
impl Unpin for Lpsmclr
impl UnwindSafe for Lpsmclr
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