#[repr(transparent)]pub struct Hphacivr(pub u32);Expand description
SNVS_HP High Assurance Counter IV Register
Tuple Fields§
§0: u32Implementations§
Source§impl Hphacivr
impl Hphacivr
Sourcepub const fn hac_counter_iv(&self) -> u32
pub const fn hac_counter_iv(&self) -> u32
High Assurance Counter Initial Value This register is used to set the starting count value to the high assurance counter
Sourcepub const fn set_hac_counter_iv(&mut self, val: u32)
pub const fn set_hac_counter_iv(&mut self, val: u32)
High Assurance Counter Initial Value This register is used to set the starting count value to the high assurance counter
Trait Implementations§
impl Copy for Hphacivr
impl Eq for Hphacivr
impl StructuralPartialEq for Hphacivr
Auto Trait Implementations§
impl Freeze for Hphacivr
impl RefUnwindSafe for Hphacivr
impl Send for Hphacivr
impl Sync for Hphacivr
impl Unpin for Hphacivr
impl UnwindSafe for Hphacivr
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