pub enum TSFR {
TimestampEvent = 1,
}
Expand description
Time-stamp flag
Value on reset: 0
Variants§
TimestampEvent = 1
1: This flag is set by hardware when a time-stamp event occurs
Trait Implementations§
impl Copy for TSFR
impl Eq for TSFR
impl StructuralPartialEq for TSFR
Auto Trait Implementations§
impl Freeze for TSFR
impl RefUnwindSafe for TSFR
impl Send for TSFR
impl Sync for TSFR
impl Unpin for TSFR
impl UnwindSafe for TSFR
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