Struct Tamptscr
#[repr(transparent)]pub struct Tamptscr(pub u32);Expand description
RTC timestamp on tamper control register.
Tuple Fields§
§0: u32Implementations§
§impl Tamptscr
impl Tamptscr
pub fn set_tampts(&mut self, n: usize, val: bool)
pub fn set_tampts(&mut self, n: usize, val: bool)
Timestamp on external tamper TAMP1 event.
pub fn set_itampts(&mut self, val: bool)
pub fn set_itampts(&mut self, val: bool)
Timestamp on internal tamper event.
Trait Implementations§
impl Copy for Tamptscr
impl Eq for Tamptscr
impl StructuralPartialEq for Tamptscr
Auto Trait Implementations§
impl Freeze for Tamptscr
impl RefUnwindSafe for Tamptscr
impl Send for Tamptscr
impl Sync for Tamptscr
impl Unpin for Tamptscr
impl UnwindSafe for Tamptscr
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