pub enum TSOVFW {
Clear = 0,
}
Expand description
Time-stamp overflow flag
Value on reset: 0
Variants§
Clear = 0
0: This flag is cleared by software by writing 0
Trait Implementations§
impl Copy for TSOVFW
impl Eq for TSOVFW
impl StructuralPartialEq for TSOVFW
Auto Trait Implementations§
impl Freeze for TSOVFW
impl RefUnwindSafe for TSOVFW
impl Send for TSOVFW
impl Sync for TSOVFW
impl Unpin for TSOVFW
impl UnwindSafe for TSOVFW
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