pub enum TSTIM {
Unmasked = 0,
Masked = 1,
}
Expand description
Time stamp trigger interrupt mask
Value on reset: 0
Variants§
Unmasked = 0
0: Time stamp interrupt generation enabled
Masked = 1
1: Time stamp interrupt generation disabled
Trait Implementations§
impl Copy for TSTIM
impl Eq for TSTIM
impl StructuralPartialEq for TSTIM
Auto Trait Implementations§
impl Freeze for TSTIM
impl RefUnwindSafe for TSTIM
impl Send for TSTIM
impl Sync for TSTIM
impl Unpin for TSTIM
impl UnwindSafe for TSTIM
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