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