pub enum TSOVF {
Overflow = 1,
}
Expand description
Timestamp overflow flag This flag is set by hardware when a timestamp event occurs while TSF 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 TSOVF
impl Eq for TSOVF
impl StructuralPartialEq for TSOVF
Auto Trait Implementations§
impl Freeze for TSOVF
impl RefUnwindSafe for TSOVF
impl Send for TSOVF
impl Sync for TSOVF
impl Unpin for TSOVF
impl UnwindSafe for TSOVF
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