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