pub enum TSIE {
Disabled = 0,
Enabled = 1,
}
Expand description
Time-stamp interrupt enable
Value on reset: 0
Variants§
Trait Implementations§
impl Copy for TSIE
impl Eq for TSIE
impl StructuralPartialEq for TSIE
Auto Trait Implementations§
impl Freeze for TSIE
impl RefUnwindSafe for TSIE
impl Send for TSIE
impl Sync for TSIE
impl Unpin for TSIE
impl UnwindSafe for TSIE
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