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