Struct stm32_metapac::rtc::regs::Misr
#[repr(transparent)]pub struct Misr(pub u32);
Expand description
Masked interrupt status register
Tuple Fields§
§0: u32
Implementations§
§impl Misr
impl Misr
pub fn set_tsovmf(&mut self, val: Tsovmf)
pub fn set_tsovmf(&mut self, val: Tsovmf)
Timestamp overflow masked flag
pub fn set_ssrumf(&mut self, val: Ssrumf)
pub fn set_ssrumf(&mut self, val: Ssrumf)
SSR underflow masked flag
Trait Implementations§
impl Copy for Misr
impl Eq for Misr
impl StructuralPartialEq for Misr
Auto Trait Implementations§
impl Freeze for Misr
impl RefUnwindSafe for Misr
impl Send for Misr
impl Sync for Misr
impl Unpin for Misr
impl UnwindSafe for Misr
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)