#[repr(transparent)]pub struct Hphacr(pub u32);Expand description
SNVS_HP High Assurance Counter Register
Tuple Fields§
§0: u32Implementations§
Source§impl Hphacr
impl Hphacr
Sourcepub const fn hac_counter(&self) -> u32
pub const fn hac_counter(&self) -> u32
High Assurance Counter When the HAC_EN bit is set and the SSM is in the soft fail state, this counter starts to count down with the system clock
Sourcepub const fn set_hac_counter(&mut self, val: u32)
pub const fn set_hac_counter(&mut self, val: u32)
High Assurance Counter When the HAC_EN bit is set and the SSM is in the soft fail state, this counter starts to count down with the system clock
Trait Implementations§
impl Copy for Hphacr
impl Eq for Hphacr
impl StructuralPartialEq for Hphacr
Auto Trait Implementations§
impl Freeze for Hphacr
impl RefUnwindSafe for Hphacr
impl Send for Hphacr
impl Sync for Hphacr
impl Unpin for Hphacr
impl UnwindSafe for Hphacr
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