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