pub enum TSOVF {
Overflow = 1,
}
Expand description
TSOVF
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