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