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