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