pub enum TSF {
TimestampEvent = 1,
}
Expand description
Timestamp flag This flag is set by hardware when a timestamp event occurs. If ITSF flag is set, TSF must be cleared together with ITSF.
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 TSF
impl Eq for TSF
impl StructuralPartialEq for TSF
Auto Trait Implementations§
impl Freeze for TSF
impl RefUnwindSafe for TSF
impl Send for TSF
impl Sync for TSF
impl Unpin for TSF
impl UnwindSafe for TSF
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