Enum Tie2
pub enum Tie2 {
_0 = 0,
_1 = 1,
}Expand description
Channel 2 Timer Interrupt Enable
Value on reset: 0
Variants§
Trait Implementations§
impl Copy for Tie2
impl Eq for Tie2
impl StructuralPartialEq for Tie2
Auto Trait Implementations§
impl Freeze for Tie2
impl RefUnwindSafe for Tie2
impl Send for Tie2
impl Sync for Tie2
impl Unpin for Tie2
impl UnwindSafe for Tie2
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