Struct Smisr
#[repr(transparent)]pub struct Smisr(pub u32);Expand description
RTC secure masked interrupt status register.
Tuple Fields§
§0: u32Implementations§
§impl Smisr
impl Smisr
pub fn set_tsovmf(&mut self, val: bool)
pub fn set_tsovmf(&mut self, val: bool)
Timestamp overflow interrupt secure masked flag.
pub fn set_ssrumf(&mut self, val: bool)
pub fn set_ssrumf(&mut self, val: bool)
SSR underflow secure masked flag.
Trait Implementations§
impl Copy for Smisr
impl Eq for Smisr
impl StructuralPartialEq for Smisr
Auto Trait Implementations§
impl Freeze for Smisr
impl RefUnwindSafe for Smisr
impl Send for Smisr
impl Sync for Smisr
impl Unpin for Smisr
impl UnwindSafe for Smisr
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