pub enum TSOVMF {
Overflow = 1,
}
Expand description
Timestamp overflow masked flag This flag is set by hardware when a timestamp interrupt occurs while TSMF is already set. It is recommended to check and then clear TSOVF only after clearing the TSF bit. Otherwise, an overflow might not be noticed if a timestamp event occurs immediately before the TSF bit is cleared.
Value on reset: 0
Variants§
Overflow = 1
1: This flag is set by hardware when a time-stamp event occurs while TSF is already set
Trait Implementations§
impl Copy for TSOVMF
impl Eq for TSOVMF
impl StructuralPartialEq for TSOVMF
Auto Trait Implementations§
impl Freeze for TSOVMF
impl RefUnwindSafe for TSOVMF
impl Send for TSOVMF
impl Sync for TSOVMF
impl Unpin for TSOVMF
impl UnwindSafe for TSOVMF
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